DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANK_AND_ACCOUNT_UTIL

Line 637: --l_bankAccountsArray CE_BANK_AND_ACCOUNT_UTIL.BankAcctIdTable;

633: req_ca_payreq_cd iby_pay_service_requests.
634: call_app_pay_service_req_code%TYPE;
635: req_ca_id iby_pay_service_requests.calling_app_id%TYPE;
636:
637: --l_bankAccountsArray CE_BANK_AND_ACCOUNT_UTIL.BankAcctIdTable;
638:
639: l_print_var VARCHAR2(1) := '';
640: l_doc_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
641: l_doc_token_tab trxnErrTokenTabType;

Line 1302: CE_BANK_AND_ACCOUNT_UTIL.get_internal_bank_accts(

1298:
1299: l_is_valid := FALSE;
1300:
1301: /* Commented for bug # 8322794
1302: CE_BANK_AND_ACCOUNT_UTIL.get_internal_bank_accts(
1303: l_docs_tab(i).pmt_curr_code,
1304: l_docs_tab(i).org_type,
1305: l_docs_tab(i).org_id,
1306: l_docs_tab(i).pmt_date,

Line 1323: CE_BANK_AND_ACCOUNT_UTIL.get_internal_bank_accts(

1319: END IF;
1320: l_is_valid := l_int_bank_accts_tbl(l_internal_bank_accts_index);
1321: ELSE
1322: print_debuginfo(l_module_name, 'Fetching the value from the DB for l_int_bank_accts_tbl ' || l_internal_bank_accts_index);
1323: CE_BANK_AND_ACCOUNT_UTIL.get_internal_bank_accts(
1324: l_docs_tab(i).pmt_curr_code,
1325: l_docs_tab(i).org_type,
1326: l_docs_tab(i).org_id,
1327: l_docs_tab(i).pmt_date,