DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_CLEAR1 dependencies on AR_RECEIPT_METHOD_ACCOUNTS

Line 1352: -- ar_receipt_method_accounts.remit_bank_acct_uses_id

1348:
1349: END IF;
1350:
1351: -- bug 5185358/5221366 p_remit_bank_account_id is the
1352: -- ar_receipt_method_accounts.remit_bank_acct_uses_id
1353: -- bug 5722367 changed to check for the bank account use id
1354:
1355: BEGIN
1356: SELECT REMIT_BANK_ACCT_USE_ID

Line 1359: ar_receipt_method_accounts rma,

1355: BEGIN
1356: SELECT REMIT_BANK_ACCT_USE_ID
1357: INTO X_REMIT_BANK_ACCT_USE_ID
1358: FROM ar_receipt_methods rm,
1359: ar_receipt_method_accounts rma,
1360: ce_bank_acct_uses cba
1361: WHERE
1362: rm.receipt_method_id = X_receipt_method_id
1363: AND rma.receipt_method_id = rm.receipt_method_id