DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_CMN_RG_23D_TRXS

Line 4154: FROM JAI_CMN_RG_23D_TRXS

4150: cp_parent_transaction_id JAI_RCV_TRANSACTIONS.transaction_id%type,
4151: cp_organization_id JAI_RCV_TRANSACTIONS.organization_id%type
4152: ) IS
4153: SELECT creation_date
4154: FROM JAI_CMN_RG_23D_TRXS
4155: WHERE receipt_ref = cp_parent_transaction_id
4156: AND organization_id = cp_organization_id
4157: AND transaction_source_num = 18;
4158: