DBA Data[Home] [Help]

APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on WIP_ENTITIES

Line 143: wip_entity_name WIP_ENTITIES.wip_entity_name%type,

139: job_completed_qty WIP_DISCRETE_JOBS.quantity_completed%type ,
140: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
141: date_completed WIP_DISCRETE_JOBS.date_completed%type,
142: job_item_id WIP_DISCRETE_JOBS.primary_item_id%type,
143: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
144: serial_number_control_code MTL_SYSTEM_ITEMS.serial_number_control_code%type
145:
146: );
147:

Line 154: wip_entity_id WIP_ENTITIES.wip_entity_id%type,

150: repair_job_xref_id CSD_REPAIR_JOB_XREF.repair_job_xref_id%type,
151: repair_line_id CSD_REPAIR_JOB_XREF.repair_line_id%type,
152: organization_id CSD_REPAIR_JOB_XREF.organization_id%type,
153: allocated_job_qty CSD_REPAIR_JOB_XREF.quantity%type ,
154: wip_entity_id WIP_ENTITIES.wip_entity_id%type,
155: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
156: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
157: creation_date WIP_DISCRETE_JOBS.creation_date%type
158: );

Line 155: wip_entity_name WIP_ENTITIES.wip_entity_name%type,

151: repair_line_id CSD_REPAIR_JOB_XREF.repair_line_id%type,
152: organization_id CSD_REPAIR_JOB_XREF.organization_id%type,
153: allocated_job_qty CSD_REPAIR_JOB_XREF.quantity%type ,
154: wip_entity_id WIP_ENTITIES.wip_entity_id%type,
155: wip_entity_name WIP_ENTITIES.wip_entity_name%type,
156: job_qty WIP_DISCRETE_JOBS.start_quantity%type ,
157: creation_date WIP_DISCRETE_JOBS.creation_date%type
158: );
159:

Line 746: WIP_ENTITIES we,

742: mtl.serial_number_control_code
743: from CSD_REPAIR_JOB_XREF crj,
744: CSD_REPAIRS cra,
745: WIP_DISCRETE_JOBS wdj,
746: WIP_ENTITIES we,
747: MTL_SYSTEM_ITEMS mtl
748: where wdj.wip_entity_id = crj.wip_entity_id
749: and we.wip_entity_id = wdj.wip_entity_id
750: and crj.repair_line_id = cra.repair_line_id

Line 782: WIP_ENTITIES we,

778: mtl.serial_number_control_code
779: from CSD_REPAIR_JOB_XREF crj,
780: CSD_REPAIRS cra,
781: WIP_DISCRETE_JOBS wdj,
782: WIP_ENTITIES we,
783: MTL_SYSTEM_ITEMS mtl
784: where wdj.wip_entity_id = crj.wip_entity_id
785: and we.wip_entity_id = wdj.wip_entity_id
786: and crj.repair_line_id = cra.repair_line_id

Line 1565: WIP_ENTITIES we,

1561: we.wip_entity_name,
1562: wdj.start_quantity job_qty,
1563: wdj.creation_date
1564: from CSD_REPAIR_JOB_XREF crj,
1565: WIP_ENTITIES we,
1566: wip_discrete_jobs wdj
1567: where wdj.wip_entity_id = we.wip_entity_id
1568: and crj.job_name = we.wip_entity_name
1569: and crj.organization_id = we.organization_id

Line 1585: WIP_ENTITIES we,

1581: we.wip_entity_name,
1582: wdj.start_quantity job_qty,
1583: wdj.creation_date
1584: from CSD_REPAIR_JOB_XREF crj,
1585: WIP_ENTITIES we,
1586: wip_discrete_jobs wdj
1587: where wdj.wip_entity_id = we.wip_entity_id
1588: and crj.job_name = we.wip_entity_name
1589: and crj.organization_id = we.organization_id