DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_VALIDATIONS dependencies on HZ_BANK_PUB

Line 1778: l_bank_rec hz_bank_pub.bank_rec_type;

1774: x_msg_data OUT NOCOPY VARCHAR2,
1775: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
1776: )
1777: IS
1778: l_bank_rec hz_bank_pub.bank_rec_type;
1779: l_branch_rec hz_bank_pub.bank_rec_type;
1780: l_org_rec hz_party_v2pub.organization_rec_type;
1781: l_country VARCHAR2(60);
1782: l_party_rec hz_party_v2pub.party_rec_type;

Line 1779: l_branch_rec hz_bank_pub.bank_rec_type;

1775: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
1776: )
1777: IS
1778: l_bank_rec hz_bank_pub.bank_rec_type;
1779: l_branch_rec hz_bank_pub.bank_rec_type;
1780: l_org_rec hz_party_v2pub.organization_rec_type;
1781: l_country VARCHAR2(60);
1782: l_party_rec hz_party_v2pub.party_rec_type;
1783: l_api_name CONSTANT VARCHAR2(30) := 'iby_validate_account';

Line 2075: hz_bank_pub.validate_bank (p_init_msg_list,

2071: l_bank_rec.institution_type := 'BANK';
2072: l_bank_rec.organization_rec := l_org_rec;
2073:
2074: -- now call HZ validation api
2075: hz_bank_pub.validate_bank (p_init_msg_list,
2076: l_bank_rec,
2077: 'I',
2078: x_return_status,
2079: x_msg_count,

Line 2190: hz_bank_pub.validate_bank_branch (p_init_msg_list,

2186: l_branch_rec.organization_rec := l_org_rec;
2187: l_branch_rec.country := l_country;
2188:
2189: -- now call HZ validation branch api
2190: hz_bank_pub.validate_bank_branch (p_init_msg_list,
2191: p_ext_bank_acct_rec.bank_id,
2192: l_branch_rec,
2193: 'I',
2194: x_return_status,