DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on CSD_REPAIR_JOB_XREF

Line 5707: from csd_repair_job_xref crj,

5703: -- the RO item as a material. Must compare we.wip_entity_id since
5704: -- crj.wip_entity_id may be null (until wip_update is done).
5705: select count(*)
5706: into l_num_other_jobs
5707: from csd_repair_job_xref crj,
5708: wip_entities we
5709: where crj.job_name = we.wip_entity_name
5710: and crj.organization_id = we.organization_id
5711: and crj.repair_line_id = p_repair_line_id

Line 5818: -- call procedures to insert a row in csd_repair_job_xref

5814:
5815: -- END IF;
5816:
5817:
5818: -- call procedures to insert a row in csd_repair_job_xref
5819: -- and csd_repair_history tables for the job created.
5820:
5821: L_user_id := fnd_global.user_id;
5822:

Line 6375: from csd_repair_job_xref crj,

6371: -- the RO item as a material. Must compare we.wip_entity_id since
6372: -- crj.wip_entity_id may be null (until wip_update is done).
6373: select count(*)
6374: into l_num_other_jobs
6375: from csd_repair_job_xref crj,
6376: wip_entities we
6377: where crj.job_name = we.wip_entity_name
6378: and crj.organization_id = we.organization_id
6379: and crj.repair_line_id = p_repair_line_id

Line 6473: -- call procedures to insert a row in csd_repair_job_xref

6469: --*****End of the code to Default Repair Item as Material on Job**********
6470:
6471: -- dbms_output.put_line('After createOneJob');
6472:
6473: -- call procedures to insert a row in csd_repair_job_xref
6474: -- and csd_repair_history tables for the job created.
6475:
6476: l_user_id := fnd_global.user_id;
6477: