DBA Data[Home] [Help]

APPS.GR_PROCESS_ORDERS dependencies on FND_GLOBAL

Line 1978: l_user_id := FND_GLOBAL.USER_ID;

1974: FND_FILE.PUT(FND_FILE.LOG, l_code_block);
1975: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
1976: l_commit := 'F';
1977: l_called_by_form := 'F';
1978: l_user_id := FND_GLOBAL.USER_ID;
1979:
1980: OPEN c_get_recipient;
1981: FETCH c_get_recipient INTO LocalRecipientRecord;
1982: IF c_get_recipient%NOTFOUND THEN

Line 3844: l_user_id := FND_GLOBAL.USER_ID;

3840: END IF;
3841: /*
3842: ** Get the user id.
3843: */
3844: l_user_id := FND_GLOBAL.USER_ID;
3845:
3846: INSERT INTO gr_selection
3847: (batch_no,
3848: order_no,