DBA Data[Home] [Help]

APPS.CE_BANK_PUB dependencies on CE_VALIDATE_BANKINFO

Line 223: ce_validate_bankinfo.ce_validate_bank(p_country_code,

219: RAISE fnd_api.g_exc_error;
220: END IF;
221:
222: -- country specific validation API call here
223: ce_validate_bankinfo.ce_validate_bank(p_country_code,
224: p_bank_number,
225: p_bank_name,
226: p_alternate_bank_name,
227: p_tax_payer_id,

Line 460: ce_validate_bankinfo.ce_validate_bank(l_country_code,

456: RAISE fnd_api.g_exc_error;
457: END IF;
458:
459: -- country specific validation API call here
460: ce_validate_bankinfo.ce_validate_bank(l_country_code,
461: p_bank_number,
462: p_bank_name,
463: p_alternate_bank_name,
464: p_tax_payer_id,

Line 1042: ce_validate_bankinfo.ce_validate_branch(l_country,

1038: END IF;
1039: CLOSE c_bank;
1040:
1041: -- country specific validation API call here
1042: ce_validate_bankinfo.ce_validate_branch(l_country,
1043: l_bank_number,
1044: p_branch_number,
1045: l_bank_name,
1046: p_branch_name,

Line 1330: ce_validate_bankinfo.ce_validate_branch(l_country,

1326: RAISE fnd_api.g_exc_error;
1327: END IF;
1328:
1329: -- country specific validation API call here
1330: ce_validate_bankinfo.ce_validate_branch(l_country,
1331: l_bank_number,
1332: p_branch_number,
1333: l_bank_name,
1334: p_branch_name,

Line 2037: ce_validate_bankinfo.ce_validate_cd (l_country,

2033:
2034: -- country specific validation API call here.
2035: -- do not perform country specific validations for subsidiary accounts
2036: IF p_acct_rec.account_classification <> 'SUBSIDIARY' THEN
2037: ce_validate_bankinfo.ce_validate_cd (l_country,
2038: p_acct_rec.check_digits,
2039: l_bank_number,
2040: l_branch_number,
2041: p_acct_rec.bank_account_num,

Line 2048: ce_validate_bankinfo.ce_validate_account (l_country,

2044: x_msg_data,
2045: x_return_status,
2046: 'INTERNAL');
2047:
2048: ce_validate_bankinfo.ce_validate_account (l_country,
2049: l_bank_number,
2050: l_branch_number,
2051: p_acct_rec.bank_account_num,
2052: l_bank_id,

Line 2481: ce_validate_bankinfo.ce_validate_cd (l_country,

2477:
2478: -- country specific validation API call here.
2479: -- do not perform country specific validations for subsidiary accounts
2480: IF p_acct_rec.account_classification <> 'SUBSIDIARY' THEN
2481: ce_validate_bankinfo.ce_validate_cd (l_country,
2482: p_acct_rec.check_digits,
2483: l_bank_number,
2484: l_branch_number,
2485: p_acct_rec.bank_account_num,

Line 2492: ce_validate_bankinfo.ce_validate_account (l_country,

2488: x_msg_data,
2489: x_return_status,
2490: 'INTERNAL');
2491:
2492: ce_validate_bankinfo.ce_validate_account (l_country,
2493: l_bank_number,
2494: l_branch_number,
2495: p_acct_rec.bank_account_num,
2496: l_bank_id,