DBA Data[Home] [Help]

APPS.CE_VALIDATE_BANKINFO dependencies on CE_CUSTOM_BANK_VALIDATIONS

Line 1188: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_branch(

1184: -- Call to custom validation routines
1185: cep_standard.debug('Calling custom validation hooks');
1186: cep_standard.debug('l_count_before=' ||l_count_before_custom);
1187: cep_standard.debug('l_value_out=' ||l_value_out);
1188: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_branch(
1189: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
1190: Xi_BANK_NUMBER => X_BANK_NUMBER,
1191: Xi_BRANCH_NUMBER => l_value_out,
1192: Xi_BANK_NAME => X_BANK_NAME,

Line 1756: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_account(

1752: -- Call to custom validation routines
1753: cep_standard.debug('Calling custom validation hooks');
1754: cep_standard.debug('l_count_before=' ||l_count_before_custom);
1755: cep_standard.debug('l_value_out=' ||l_value_out);
1756: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_account(
1757: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
1758: Xi_BANK_NUMBER => X_BANK_NUMBER,
1759: Xi_BRANCH_NUMBER => X_BRANCH_NUMBER,
1760: Xi_ACCOUNT_NUMBER => l_value_out,

Line 1997: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_bank (

1993: -- Call to custom validation routines
1994: cep_standard.debug('Calling custom validation hooks');
1995: cep_standard.debug('l_count_before=' ||l_count_before_custom);
1996: cep_standard.debug('l_value_out=' ||l_value_out);
1997: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_bank (
1998: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
1999: Xi_BANK_NUMBER => l_value_out,
2000: Xi_BANK_NAME => X_BANK_NAME,
2001: Xi_BANK_NAME_ALT => X_BANK_NAME_ALT,

Line 7302: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_bank (

7298: -- Call to custom validation routines
7299: cep_standard.debug('Calling custom validation hooks');
7300: cep_standard.debug('l_count_before=' ||l_count_before_custom);
7301: cep_standard.debug('l_value_out=' ||l_value_out);
7302: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_bank (
7303: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
7304: Xi_BANK_NUMBER => l_value_out,
7305: Xi_BANK_NAME => X_BANK_NAME,
7306: Xi_BANK_NAME_ALT => X_BANK_NAME_ALT,

Line 7648: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_branch(

7644: -- Call to custom validation routines
7645: cep_standard.debug('Calling custom validation hooks');
7646: cep_standard.debug('l_count_before=' ||l_count_before_custom);
7647: cep_standard.debug('l_value_out=' ||l_value_out);
7648: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_branch(
7649: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
7650: Xi_BANK_NUMBER => X_BANK_NUMBER,
7651: Xi_BRANCH_NUMBER => l_value_out,
7652: Xi_BANK_NAME => X_BANK_NAME,

Line 8024: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_account(

8020: -- Call to custom validation routines
8021: cep_standard.debug('Calling custom validation hooks');
8022: cep_standard.debug('l_count_before=' ||l_count_before_custom);
8023: cep_standard.debug('l_value_out=' ||l_value_out);
8024: CE_CUSTOM_BANK_VALIDATIONS.ce_usr_validate_account(
8025: Xi_COUNTRY_NAME => X_COUNTRY_NAME,
8026: Xi_BANK_NUMBER => X_BANK_NUMBER,
8027: Xi_BRANCH_NUMBER => X_BRANCH_NUMBER,
8028: Xi_ACCOUNT_NUMBER => l_value_out,