DBA Data[Home] [Help]

APPS.HR_PRE_PAY dependencies on PAY_BALANCE_PKG

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

1198: ass_act_id number;
1199: begin
1200: --
1201: if (p_org_id is not null) then
1202: pay_balance_pkg.set_context('ORGANIZATION_ID', p_org_id);
1203: end if;
1204: --
1205: p_balance_value := pay_balance_pkg.get_value(p_def_balance,
1206: p_assignment_actions);

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

1201: if (p_org_id is not null) then
1202: pay_balance_pkg.set_context('ORGANIZATION_ID', p_org_id);
1203: end if;
1204: --
1205: p_balance_value := pay_balance_pkg.get_value(p_def_balance,
1206: p_assignment_actions);
1207: return;
1208: end get_balance_value;
1209: --