DBA Data[Home] [Help]

APPS.CTO_SUBASSEMBLY_SUP_PK dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 3372: insert into wip_job_schedule_interface

3368: l_stmt_num := 280;
3369:
3370: -- Fixed bug 5346922
3371: -- Removed the decode for supply type
3372: insert into wip_job_schedule_interface
3373: (last_update_date,
3374: last_updated_by,
3375: creation_date,
3376: created_by,

Line 3504: select wip_job_schedule_interface_s.nextval

3500: l_login_id := FND_GLOBAL.LOGIN_ID;
3501: --l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
3502: l_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
3503:
3504: select wip_job_schedule_interface_s.nextval
3505: into x_groupID
3506: from dual;
3507:
3508:

Line 3514: insert into wip_job_schedule_interface

3510:
3511: -- Fixed bug 5346922
3512: -- Removed the decode for supply type
3513: l_stmt_num := 280;
3514: insert into wip_job_schedule_interface
3515: (last_update_date,
3516: last_updated_by,
3517: creation_date,
3518: created_by,