DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WIP_ENTITIES

Line 150: wip_entity_name WIP_ENTITIES.wip_entity_name%type,

146: job_completed_qty WIP_DISCRETE_JOBS.quantity_completed%type ,
147: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
148: date_completed WIP_DISCRETE_JOBS.date_completed%type,
149: job_item_id WIP_DISCRETE_JOBS.primary_item_id%type,
150: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
151: serial_number_control_code MTL_SYSTEM_ITEMS.serial_number_control_code%type
152:
153: );
154:

Line 161: wip_entity_id WIP_ENTITIES.wip_entity_id%type,

157: repair_job_xref_id CSD_REPAIR_JOB_XREF.repair_job_xref_id%type,
158: repair_line_id CSD_REPAIR_JOB_XREF.repair_line_id%type,
159: organization_id CSD_REPAIR_JOB_XREF.organization_id%type,
160: allocated_job_qty CSD_REPAIR_JOB_XREF.quantity%type ,
161: wip_entity_id WIP_ENTITIES.wip_entity_id%type,
162: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
163: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
164: creation_date WIP_DISCRETE_JOBS.creation_date%type
165: );

Line 162: wip_entity_name WIP_ENTITIES.wip_entity_name%type,

158: repair_line_id CSD_REPAIR_JOB_XREF.repair_line_id%type,
159: organization_id CSD_REPAIR_JOB_XREF.organization_id%type,
160: allocated_job_qty CSD_REPAIR_JOB_XREF.quantity%type ,
161: wip_entity_id WIP_ENTITIES.wip_entity_id%type,
162: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
163: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
164: creation_date WIP_DISCRETE_JOBS.creation_date%type
165: );
166:

Line 753: WIP_ENTITIES we,

749: mtl.serial_number_control_code
750: from CSD_REPAIR_JOB_XREF crj,
751: CSD_REPAIRS cra,
752: WIP_DISCRETE_JOBS wdj,
753: WIP_ENTITIES we,
754: MTL_SYSTEM_ITEMS mtl
755: where wdj.wip_entity_id = crj.wip_entity_id
756: and we.wip_entity_id = wdj.wip_entity_id
757: and crj.repair_line_id = cra.repair_line_id

Line 789: WIP_ENTITIES we,

785: mtl.serial_number_control_code
786: from CSD_REPAIR_JOB_XREF crj,
787: CSD_REPAIRS cra,
788: WIP_DISCRETE_JOBS wdj,
789: WIP_ENTITIES we,
790: MTL_SYSTEM_ITEMS mtl
791: where wdj.wip_entity_id = crj.wip_entity_id
792: and we.wip_entity_id = wdj.wip_entity_id
793: and crj.repair_line_id = cra.repair_line_id

Line 1572: WIP_ENTITIES we,

1568: we.wip_entity_name,
1569: wdj.start_quantity job_qty,
1570: wdj.creation_date
1571: from CSD_REPAIR_JOB_XREF crj,
1572: WIP_ENTITIES we,
1573: wip_discrete_jobs wdj
1574: where wdj.wip_entity_id = we.wip_entity_id
1575: and crj.job_name = we.wip_entity_name
1576: and crj.organization_id = we.organization_id

Line 1592: WIP_ENTITIES we,

1588: we.wip_entity_name,
1589: wdj.start_quantity job_qty,
1590: wdj.creation_date
1591: from CSD_REPAIR_JOB_XREF crj,
1592: WIP_ENTITIES we,
1593: wip_discrete_jobs wdj
1594: where wdj.wip_entity_id = we.wip_entity_id
1595: and crj.job_name = we.wip_entity_name
1596: and crj.organization_id = we.organization_id