DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on PAY_BALANCE_PKG

Line 1487: pay_balance_pkg.get_value(l_clf.defined_balance_id

1483: if l_assignment_action_id is not null then
1484: --
1485: begin
1486: l_value :=
1487: pay_balance_pkg.get_value(l_clf.defined_balance_id
1488: ,l_assignment_action_id);
1489: exception
1490: when others then
1491: l_value := null ;

Line 1509: l_value := pay_balance_pkg.get_value

1505: -- old code prior to 3818453
1506: --
1507: /* ---- exception is not handled in the function
1508: begin
1509: l_value := pay_balance_pkg.get_value
1510: (l_clf.defined_balance_id,
1511: l_assignment.assignment_id,
1512: nvl(p_calc_bal_to_date,l_date));
1513: exception

Line 1534: l_value := pay_balance_pkg.get_value

1530: -- else, l_not_found would anyway remain true and it would call c_ass
1531:
1532: if l_date is not null then
1533: begin
1534: l_value := pay_balance_pkg.get_value
1535: (l_clf.defined_balance_id,
1536: l_assignment.assignment_id,
1537: l_date);
1538: exception

Line 1553: l_value := pay_balance_pkg.get_value

1549: close c_ass ;
1550: if g_debug then
1551: hr_utility.set_location( ' in first of year ' || l_clf.comp_lvl_det_cd || l_date, 450);
1552: end if;
1553: l_value := pay_balance_pkg.get_value
1554: (l_clf.defined_balance_id,
1555: l_assignment.assignment_id,
1556: l_date);
1557:

Line 1577: pay_balance_pkg.get_value(l_clf.defined_balance_id,

1573: fnd_message.set_name('BEN','BEN_92318_BEN_BALANCE_NULL');
1574: fnd_message.set_token('DATE',l_date);
1575: benutils.write(p_text=> fnd_message.get);
1576: l_value :=
1577: pay_balance_pkg.get_value(l_clf.defined_balance_id,
1578: l_assignment.assignment_id,
1579: p_effective_date);
1580: --
1581: IF l_value IS NULL THEN

Line 3127: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3123: ) ;
3124: --
3125: begin
3126: l_result :=
3127: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3128: ,l_assignment.assignment_id
3129: ,l_start_date);
3130: exception
3131: when others then

Line 3145: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3141: if g_debug then
3142: hr_utility.set_location (' l_min_ass_date ' || l_min_ass_date, 1999);
3143: end if;
3144: l_result :=
3145: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3146: ,l_assignment.assignment_id
3147: ,l_min_ass_date);
3148:
3149: end if ;

Line 3166: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3162: ,l_start_date);
3163: benutils.write(p_text=> fnd_message.get);
3164: --
3165: l_result :=
3166: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3167: ,l_assignment.assignment_id
3168: ,l_effective_date
3169: );
3170: --