DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on FND_MSG_PUB

Line 853: FND_MSG_PUB.initialize;

849:
850: l_step := 0;
851:
852: -- Drop all the error message stack.
853: FND_MSG_PUB.initialize;
854:
855: open l_party_id_cur;
856: fetch l_party_id_cur into l_party_id;
857: close l_party_id_cur;

Line 1864: fnd_msg_pub.add;

1860:
1861: if l_bank_id is not null then
1862: x_status := 'E';
1863: fnd_message.set_name('POS', 'POS_SBD_DUP_BANK');
1864: fnd_msg_pub.add;
1865: end if;
1866:
1867: else
1868: l_bank_id := p_bank_id;

Line 1885: fnd_msg_pub.add;

1881: x_end_date => l_end_date);
1882: if l_branch_id is not null then
1883: x_status := 'E';
1884: fnd_message.set_name('POS', 'POS_SBD_DUP_BRANCH');
1885: fnd_msg_pub.add;
1886: end if;
1887:
1888: end if;
1889: else

Line 1900: fnd_msg_pub.add;

1896: end if;
1897: if l_count <> 0 then
1898: x_status := 'E';
1899: fnd_message.set_name('POS', 'POS_SBD_DUP_ACT2');
1900: fnd_msg_pub.add;
1901: end if;
1902: close dup_temp_act_cur;
1903:
1904: l_count := 0;

Line 1914: fnd_msg_pub.add;

1910:
1911: if l_count <> 0 then
1912: x_status := 'E';
1913: fnd_message.set_name('POS', 'POS_SBD_DUP_ACT1');
1914: fnd_msg_pub.add;
1915: end if;
1916:
1917: if l_bank_id is not null and l_branch_id is not null and
1918: p_EXT_BANK_ACCOUNT_ID is null and x_status = 'S' then