DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_CLEAR1 dependencies on AR_RECEIPT_METHOD_ACCOUNTS

Line 1331: -- ar_receipt_method_accounts.remit_bank_acct_uses_id

1327:
1328: END IF;
1329:
1330: -- bug 5185358/5221366 p_remit_bank_account_id is the
1331: -- ar_receipt_method_accounts.remit_bank_acct_uses_id
1332: -- bug 5722367 changed to check for the bank account use id
1333:
1334: BEGIN
1335: SELECT REMIT_BANK_ACCT_USE_ID

Line 1338: ar_receipt_method_accounts rma,

1334: BEGIN
1335: SELECT REMIT_BANK_ACCT_USE_ID
1336: INTO X_REMIT_BANK_ACCT_USE_ID
1337: FROM ar_receipt_methods rm,
1338: ar_receipt_method_accounts rma,
1339: ce_bank_acct_uses cba
1340: WHERE
1341: rm.receipt_method_id = X_receipt_method_id
1342: AND rma.receipt_method_id = rm.receipt_method_id