DBA Data[Home] [Help]

APPS.GML_GPOAO dependencies on ECE_OUTPUT_RUNS_S

Line 120: SELECT ece_output_runs_s.NEXTVAL

116: /* records in the output table (ECE_OUTPUT) so that multiple processes may use */
117: /* this table concurrently. */
118: xProgress := 'GPOAO-10-1010';
119: BEGIN
120: SELECT ece_output_runs_s.NEXTVAL
121: INTO v_RunID
122: FROM sys.dual;
123: EXCEPTION
124: WHEN NO_DATA_FOUND THEN

Line 131: 'ECE_OUTPUT_RUNS_S' );

127: 'ECE_GET_NEXT_SEQ_FAILED',
128: 'PROGRESS_LEVEL',
129: xProgress,
130: 'SEQ',
131: 'ECE_OUTPUT_RUNS_S' );
132: END;
133: ec_debug.pl(3, 'v_RunID: ',v_RunID);
134:
135: xProgress := 'GPOAO-10-1015';