DBA Data[Home] [Help]

APPS.CSD_WIP_JOB_PVT dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 77: TYPE job_header_tbl IS TABLE OF wip_job_schedule_interface%ROWTYPE INDEX BY BINARY_INTEGER;

73: --unit_number NUMBER
74: unit_number VARCHAR2(30)
75: );
76:
77: TYPE job_header_tbl IS TABLE OF wip_job_schedule_interface%ROWTYPE INDEX BY BINARY_INTEGER;
78: -- API
79: -- SUBMIT_JOBS
80: --
81: -- Purpose

Line 87: -- WIP_JOB_SCHEDULE_INTERFACE table by calling procedure insert_job_header.

83: -- WIP Mass Load and updates CSD tables with the newly created jobs information.
84: -- It achieves this by calling helper procedures.
85: --
86: -- This API inserts Job header, Bills and Routing information passed in into
87: -- WIP_JOB_SCHEDULE_INTERFACE table by calling procedure insert_job_header.
88: --
89: -- If job name is not passed in, then it is generated here by appending a
90: -- sequence generated number to the job_name_prefix passed in.
91: -- If job name is passed in, it is validated to make sure that it is unique

Line 261: This procedure deletes records from the WIP_JOB_SCHEDULE_INTERFACE table

257: );
258:
259: --bug#12316893
260: /* Delete_Completed_Wip_Records (interface_id)
261: This procedure deletes records from the WIP_JOB_SCHEDULE_INTERFACE table
262: that were successfully loaded by the Mass Load Process
263: -WIP_MASSLOAD_PUB.createOneJob.
264: */
265: PROCEDURE Delete_Completed_Wip_Records