DBA Data[Home] [Help]

APPS.ARI_DB_UTILITIES dependencies on IBY_FNDCPT_COMMON_PUB

Line 1296: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

1292: p_import_new_banks_only IN VARCHAR2) IS
1293:
1294: l_api_version NUMBER := 1.0;
1295: l_init_msg_list VARCHAR2(30) DEFAULT FND_API.G_TRUE;
1296: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1297: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1298: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.extbank_rec_type;
1299: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
1300: l_bank_party_id ce_bank_branches_v.bank_party_id%TYPE;

Line 1297: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;

1293:
1294: l_api_version NUMBER := 1.0;
1295: l_init_msg_list VARCHAR2(30) DEFAULT FND_API.G_TRUE;
1296: l_bank_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1297: l_branch_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
1298: l_ext_bank_rec IBY_EXT_BANKACCT_PUB.extbank_rec_type;
1299: l_ext_branch_rec IBY_EXT_BANKACCT_PUB.ExtBankBranch_rec_type;
1300: l_bank_party_id ce_bank_branches_v.bank_party_id%TYPE;
1301: l_branch_party_id ce_bank_branches_v.branch_party_id%TYPE;