DBA Data[Home] [Help]

APPS.IBY_ACCT_VAL_EXT_PUB dependencies on IBY_EXT_BANKACCT_PUB

Line 10: IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type,

6: -- This API is called while creating the bank account or updating the
7: -- external bank account
8: --
9: Procedure Validate_ext_bank_acct(p_ext_bank_acct_rec IN
10: IBY_EXT_BANKACCT_PUB.ExtBankAcct_rec_type,
11: x_return_status OUT NOCOPY VARCHAR2,
12: x_error_msg OUT NOCOPY VARCHAR2);
13:
14: