DBA Data[Home] [Help]

APPS.MSD_DEM_SR_UTIL dependencies on CSD_REPAIR_JOB_XREF

Line 549: from csd_repair_job_xref crjx

545:
546: x_row_num number;
547: cursor c1 is
548: select 1
549: from csd_repair_job_xref crjx
550: where wip_entity_id = p_txn_source_id
551: order by repair_job_xref_id;
552:
553: begin

Line 577: from csd_repair_job_xref crjx

573: x_org_id number;
574:
575: cursor c1 is
576: select organization_id
577: from csd_repair_job_xref crjx
578: where wip_entity_id = p_txn_source_id
579: order by repair_job_xref_id desc;
580:
581: begin