DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on CE_BANK_PUB

Line 1889: ce_bank_pub.check_bank_exist(

1885: x_status := 'S';
1886:
1887: -- If bank id is not specified then check if its duplicate
1888: if p_bank_id is null then
1889: ce_bank_pub.check_bank_exist(
1890: p_country_code => p_country_code,
1891: p_bank_name => p_bank_name,
1892: p_bank_number => p_bank_number,
1893: x_bank_id => l_bank_id,

Line 1911: ce_bank_pub.check_branch_exist(

1907: if p_branch_id is null then
1908:
1909: if l_bank_id is not null then
1910:
1911: ce_bank_pub.check_branch_exist(
1912: p_bank_id => l_bank_id,
1913: p_branch_name => p_branch_name,
1914: p_branch_number => p_branch_number,
1915: x_branch_id => l_branch_id,