DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on WIP_JOB_SCHEDULE_INTERFACE_S

Line 1015: select wip_job_schedule_interface_s.nextval

1011: --Bugfix 9319883: Commenting the IF condition.
1012: --The sequence will be generated just before calling insert_wip_interface.
1013: /*
1014: if (l_rows_selected - l_rows_errored = 1) then
1015: select wip_job_schedule_interface_s.nextval
1016: into x_wip_seq
1017: from dual;
1018: end if;
1019: */

Line 1235: select wip_job_schedule_interface_s.nextval

1231: l_stmt_num := 12;
1232:
1233: --Bugfix 9319883: Moved the sequence generation logic here.
1234: if x_wip_seq = -1 then
1235: select wip_job_schedule_interface_s.nextval
1236: into x_wip_seq
1237: from dual;
1238: end if;
1239: