DBA Data[Home] [Help]

APPS.HR_PRE_PAY dependencies on PAY_BALANCE_PKG

Line 1197: pay_balance_pkg.set_context('ORGANIZATION_ID', p_org_id);

1193: ass_act_id number;
1194: begin
1195: --
1196: if (p_org_id is not null) then
1197: pay_balance_pkg.set_context('ORGANIZATION_ID', p_org_id);
1198: end if;
1199: --
1200: p_balance_value := pay_balance_pkg.get_value(p_def_balance,
1201: p_assignment_actions);

Line 1200: p_balance_value := pay_balance_pkg.get_value(p_def_balance,

1196: if (p_org_id is not null) then
1197: pay_balance_pkg.set_context('ORGANIZATION_ID', p_org_id);
1198: end if;
1199: --
1200: p_balance_value := pay_balance_pkg.get_value(p_def_balance,
1201: p_assignment_actions);
1202: return;
1203: end get_balance_value;
1204: --