DBA Data[Home] [Help]

APPS.GMI_AUTOLOT dependencies on FND_GLOBAL

Line 16: l_userid :=FND_GLOBAL.USER_ID;

12: l_userid FND_USER.USER_ID%TYPE;
13:
14:
15: BEGIN
16: l_userid :=FND_GLOBAL.USER_ID;
17: INSERT INTO GMI_SUBLOT_GENERATE
18: (item_id, lot_no, next_sublot_suffix,
19: creation_date, created_by,
20: last_update_date, last_updated_by)