DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 3407: insert into wip_job_schedule_interface

3403:
3404: l_stmt_num := 281;
3405: -- Fixed bug 5346922
3406: -- Removed the decode for supply type
3407: insert into wip_job_schedule_interface
3408: (last_update_date,
3409: last_updated_by,
3410: creation_date,
3411: created_by,

Line 3538: select wip_job_schedule_interface_s.nextval

3534: l_login_id := FND_GLOBAL.LOGIN_ID;
3535: --l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
3536: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
3537:
3538: select wip_job_schedule_interface_s.nextval
3539: into x_groupID
3540: from dual;
3541:
3542:

Line 3548: insert into wip_job_schedule_interface

3544:
3545: -- Fixed bug 5346922
3546: -- Removed the decode for supply type
3547: l_stmt_num := 280;
3548: insert into wip_job_schedule_interface
3549: (last_update_date,
3550: last_updated_by,
3551: creation_date,
3552: created_by,