A standard Rubik's cube is initially unscrambled (say per picture below, green facing observer)
The same manipulation is repeated:
- rotation of front face by 1/4 turn (say clockwise)
- rotation of the whole cube 1/4 turn around vertical axis (say anticlockwise seen from top)
(with the proposed orientations, the center of the rotated face at 1 will cyclically be green, orange, blue, red; in standard notation these moves cycle between F L B R; the center of the upper face always remain white).
After how many manipulations will the cube be first unscrambled again? (note: by symmetry, this is independent of the direction of the rotations, as long as they remain the same across manipulations).
Is there a simple argument to tell which face is facing the observer at that point (equivalently, to determine the answer modulo 4)?
Note: I'm interested in the reasoning to solve that kind of problems, rather than in the answer for that particular manipulation.

(Answering my own question, after a day of thought)
As pointed in Robert Chamberlain's answer, the green/red/yellow piece is first back to its position w.r.t. the center pieces (albeit with a different orientation) after a sequence of 4 manipulations. It follows that the desired number of manipulations is a multiple of 4, after which the face in front of the observer is the same as initially.
From then on, we can consider only iterations of the transformation comprising the 4 rotations F L B R (hereafter a sequence); our desired result is 4 times the order of that sequence, thus no more than 4×1260 = 5040.
We can find experimentally after how many sequences each piece (or group of pieces) is first back to its original position, including orientation, w.r.t. the center pieces; then compute the Least Common Multiple of these for all pieces, obtaining the period in sequences; and finally multiply by 4 to get the number of manipulations. We get, with only 9 sequences and observations of the cube after each:
We thus get that 5×7×9 = 315 sequences = 1260 manipulations are necessary to get back to the original position. That confirms the value given in Parcly Taxel's comment.