DBA Data[Home] [Help]

APPS.JAI_RCV_TRX_PROCESSING_PKG dependencies on JAI_CMN_RG_23D_TRXS

Line 3666: FROM JAI_CMN_RG_23D_TRXS

3662: cp_parent_transaction_id JAI_RCV_TRANSACTIONS.transaction_id%type,
3663: cp_organization_id JAI_RCV_TRANSACTIONS.organization_id%type
3664: ) IS
3665: SELECT creation_date
3666: FROM JAI_CMN_RG_23D_TRXS
3667: WHERE receipt_ref = cp_parent_transaction_id
3668: AND organization_id = cp_organization_id
3669: AND transaction_source_num = 18;
3670: