DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_DML_PKG dependencies on HR_ORG_INFORMATION_PKG

Line 9513: hr_org_information_pkg.insert_row(

9509: hr_utility.trace('l_defined_balance_id : '||to_char(l_defined_balance_id));
9510: --
9511: end if;
9512: --
9513: hr_org_information_pkg.insert_row(
9514: x_rowid => l_rowid,
9515: x_org_information_id => l_org_information_id,
9516: x_org_information_context => c_org_information_context,
9517: x_organization_id => p_itax_organization_id,

Line 9698: hr_org_information_pkg.delete_row(

9694: --
9695: fetch csr_item_info into l_rowid, l_org_information_id;
9696: exit when csr_item_info%notfound;
9697: --
9698: hr_org_information_pkg.delete_row(
9699: x_rowid => l_rowid);
9700: --
9701: if g_debug then
9702: --