DBA Data[Home] [Help]

APPS.GCS_CONS_ENG_UTILITY_PKG dependencies on GCS_AD_TRANSACTIONS

Line 730: gcs_ad_transactions gad,

726: DECODE(geh.suspense_exceeded_flag, 'Y',
727: 'WARNING',
728: 'COMPLETED') request_status
729: FROM gcs_entry_headers geh,
730: gcs_ad_transactions gad,
731: gcs_cons_relationships gcr
732: WHERE geh.entry_id = gad.assoc_entry_id
733: AND gcr.cons_relationship_id = NVL(gad.post_cons_relationship_id, gad.pre_cons_relationship_id)
734: AND geh.category_code = 'ACQ_DISP'