DBA Data[Home] [Help]

APPS.GMS_ENC_ADJUSTMENTS dependencies on GMS_ENCUMBRANCE_ITEMS_S

Line 88: select gms_encumbrance_items_s.nextval

84: X_backout_id NUMBER(15);
85: temp_status NUMBER DEFAULT NULL;
86:
87: BEGIN
88: select gms_encumbrance_items_s.nextval
89: into X_backout_id
90: from SYS.dual ;
91: -- X_backout_id := pa_utils.GetNextEiId;
92:

Line 281: SELECT gms_encumbrance_items_s.nextval encumbrance_item_id,

277: P_OUTCOME VARCHAR2(1000);
278:
279: CURSOR getEI IS
280: -- verified the columns with latest table order
281: SELECT gms_encumbrance_items_s.nextval encumbrance_item_id,
282: i.last_update_date,
283: i.last_updated_by,
284: i.creation_date,
285: i.created_by,