DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_VALIDATIONS dependencies on HZ_BANK_PUB

Line 1659: l_bank_rec hz_bank_pub.bank_rec_type;

1655: x_msg_data OUT NOCOPY VARCHAR2,
1656: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
1657: )
1658: IS
1659: l_bank_rec hz_bank_pub.bank_rec_type;
1660: l_branch_rec hz_bank_pub.bank_rec_type;
1661: l_org_rec hz_party_v2pub.organization_rec_type;
1662: l_country VARCHAR2(60);
1663: l_party_rec hz_party_v2pub.party_rec_type;

Line 1660: l_branch_rec hz_bank_pub.bank_rec_type;

1656: x_response OUT NOCOPY IBY_FNDCPT_COMMON_PUB.Result_rec_type
1657: )
1658: IS
1659: l_bank_rec hz_bank_pub.bank_rec_type;
1660: l_branch_rec hz_bank_pub.bank_rec_type;
1661: l_org_rec hz_party_v2pub.organization_rec_type;
1662: l_country VARCHAR2(60);
1663: l_party_rec hz_party_v2pub.party_rec_type;
1664: l_api_name CONSTANT VARCHAR2(30) := 'iby_validate_account';

Line 1862: hz_bank_pub.validate_bank (p_init_msg_list,

1858: l_bank_rec.institution_type := 'BANK';
1859: l_bank_rec.organization_rec := l_org_rec;
1860:
1861: -- now call HZ validation api
1862: hz_bank_pub.validate_bank (p_init_msg_list,
1863: l_bank_rec,
1864: 'I',
1865: x_return_status,
1866: x_msg_count,

Line 1975: hz_bank_pub.validate_bank_branch (p_init_msg_list,

1971: l_branch_rec.organization_rec := l_org_rec;
1972: l_branch_rec.country := l_country;
1973:
1974: -- now call HZ validation branch api
1975: hz_bank_pub.validate_bank_branch (p_init_msg_list,
1976: p_ext_bank_acct_rec.bank_id,
1977: l_branch_rec,
1978: 'I',
1979: x_return_status,