DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS

Line 4138: FROM JAI_CMN_RG_23AC_II_TRXS

4134: cp_organization_id JAI_RCV_TRANSACTIONS.organization_id%type
4135: ) IS
4136: SELECT creation_date
4137: FROM (SELECT creation_date
4138: FROM JAI_CMN_RG_23AC_II_TRXS
4139: WHERE receipt_ref = cp_parent_transaction_id
4140: AND organization_id = cp_organization_id
4141: AND transaction_source_num = 18
4142: UNION