DBA Data[Home] [Help]

APPS.GMO_SWORKBENCH_PVT dependencies on GMO_DISPENSING_PLANNING_S

Line 98: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence

94: LAST_UPDATE_LOGIN
95: )
96: values
97: (
98: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence
99: P_RESERVATION_ID,
100: gmo_dispensing_planning_rec.DISPENSE_AREA_ID,
101: gmo_dispensing_planning_rec.PRIORITY,
102: gmo_dispensing_planning_rec.PLANNED_DISPENSING_DATE,

Line 183: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence

179: LAST_UPDATE_LOGIN
180: )
181: values
182: (
183: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence
184: P_RESERVATION_ID,
185: gmo_dispensing_planning_rec.DISPENSE_AREA_ID,
186: gmo_dispensing_planning_rec.PRIORITY,
187: NULL,

Line 246: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence

242: LAST_UPDATE_LOGIN
243: )
244: values
245: (
246: GMO_DISPENSING_PLANNING_S.nextval, --- get the next value from sequence
247: P_RESERVATION_ID,
248: P_DISPENSE_AREA_ID,
249: 'MEDIUM',
250: null,

Line 298: GMO_DISPENSING_PLANNING_S.nextval,

294: LAST_UPDATE_LOGIN
295: )
296: values
297: (
298: GMO_DISPENSING_PLANNING_S.nextval,
299: P_RESERVATION_ID,
300: L_DISP_AREA_ID,
301: 'MEDIUM',
302: null,