DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS

Line 3650: FROM JAI_CMN_RG_23AC_II_TRXS

3646: cp_organization_id JAI_RCV_TRANSACTIONS.organization_id%type
3647: ) IS
3648: SELECT creation_date
3649: FROM (SELECT creation_date
3650: FROM JAI_CMN_RG_23AC_II_TRXS
3651: WHERE receipt_ref = cp_parent_transaction_id
3652: AND organization_id = cp_organization_id
3653: AND transaction_source_num = 18
3654: UNION