DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on CSD_REPAIR_JOB_XREF

Line 573: from csd_repair_job_xref crjx

569:
570: x_row_num number;
571: cursor c1 is
572: select 1
573: from csd_repair_job_xref crjx
574: where wip_entity_id = p_txn_source_id
575: order by repair_job_xref_id;
576:
577: begin

Line 601: from csd_repair_job_xref crjx

597: x_org_id number;
598:
599: cursor c1 is
600: select organization_id
601: from csd_repair_job_xref crjx
602: where wip_entity_id = p_txn_source_id
603: order by repair_job_xref_id desc;
604:
605: begin