DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on RA_BATCH_SOURCES_ALL

Line 774: FROM Ra_Batch_Sources_All

770:
771:
772: CURSOR Batch_Source_Name_Cur IS
773: SELECT name
774: FROM Ra_Batch_Sources_All
775: WHERE batch_source_id = pr_new.batch_source_id
776: AND (org_id = pr_new.org_id
777: OR
778: ( org_id is null AND pr_new.org_id is null));