DBA Data[Home] [Help]

APPS.POS_SBD_IBY_PKG dependencies on FND_MESSAGE

Line 1863: fnd_message.set_name('POS', 'POS_SBD_DUP_BANK');

1859: x_end_date => l_end_date);
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

Line 1884: fnd_message.set_name('POS', 'POS_SBD_DUP_BRANCH');

1880: x_branch_id => l_branch_id,
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;

Line 1899: fnd_message.set_name('POS', 'POS_SBD_DUP_ACT2');

1895: if l_count is null then l_count := 0;
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:

Line 1913: fnd_message.set_name('POS', 'POS_SBD_DUP_ACT1');

1909: close dup_cur_act_cur;
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