DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on CE_BANK_PUB

Line 1854: ce_bank_pub.check_bank_exist(

1850: x_status := 'S';
1851:
1852: -- If bank id is not specified then check if its duplicate
1853: if p_bank_id is null then
1854: ce_bank_pub.check_bank_exist(
1855: p_country_code => p_country_code,
1856: p_bank_name => p_bank_name,
1857: p_bank_number => p_bank_number,
1858: x_bank_id => l_bank_id,

Line 1876: ce_bank_pub.check_branch_exist(

1872: if p_branch_id is null then
1873:
1874: if l_bank_id is not null then
1875:
1876: ce_bank_pub.check_branch_exist(
1877: p_bank_id => l_bank_id,
1878: p_branch_name => p_branch_name,
1879: p_branch_number => p_branch_number,
1880: x_branch_id => l_branch_id,