DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on PAY_BALANCE_PKG

Line 1369: pay_balance_pkg.get_value(l_clf.defined_balance_id

1365: if l_assignment_action_id is not null then
1366: --
1367: begin
1368: l_value :=
1369: pay_balance_pkg.get_value(l_clf.defined_balance_id
1370: ,l_assignment_action_id);
1371: exception
1372: when others then
1373: l_value := null ;

Line 1391: l_value := pay_balance_pkg.get_value

1387: -- old code prior to 3818453
1388: --
1389: /* ---- exception is not handled in the function
1390: begin
1391: l_value := pay_balance_pkg.get_value
1392: (l_clf.defined_balance_id,
1393: l_assignment.assignment_id,
1394: nvl(p_calc_bal_to_date,l_date));
1395: exception

Line 1416: l_value := pay_balance_pkg.get_value

1412: -- else, l_not_found would anyway remain true and it would call c_ass
1413:
1414: if l_date is not null then
1415: begin
1416: l_value := pay_balance_pkg.get_value
1417: (l_clf.defined_balance_id,
1418: l_assignment.assignment_id,
1419: l_date);
1420: exception

Line 1435: l_value := pay_balance_pkg.get_value

1431: close c_ass ;
1432: if g_debug then
1433: hr_utility.set_location( ' in first of year ' || l_clf.comp_lvl_det_cd || l_date, 450);
1434: end if;
1435: l_value := pay_balance_pkg.get_value
1436: (l_clf.defined_balance_id,
1437: l_assignment.assignment_id,
1438: l_date);
1439:

Line 1459: pay_balance_pkg.get_value(l_clf.defined_balance_id,

1455: fnd_message.set_name('BEN','BEN_92318_BEN_BALANCE_NULL');
1456: fnd_message.set_token('DATE',l_date);
1457: benutils.write(p_text=> fnd_message.get);
1458: l_value :=
1459: pay_balance_pkg.get_value(l_clf.defined_balance_id,
1460: l_assignment.assignment_id,
1461: p_effective_date);
1462: --
1463: IF l_value IS NULL THEN

Line 3006: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3002: ) ;
3003: --
3004: begin
3005: l_result :=
3006: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3007: ,l_assignment.assignment_id
3008: ,l_start_date);
3009: exception
3010: when others then

Line 3024: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3020: if g_debug then
3021: hr_utility.set_location (' l_min_ass_date ' || l_min_ass_date, 1999);
3022: end if;
3023: l_result :=
3024: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3025: ,l_assignment.assignment_id
3026: ,l_min_ass_date);
3027:
3028: end if ;

Line 3045: pay_balance_pkg.get_value(l_hwf.defined_balance_id

3041: ,l_start_date);
3042: benutils.write(p_text=> fnd_message.get);
3043: --
3044: l_result :=
3045: pay_balance_pkg.get_value(l_hwf.defined_balance_id
3046: ,l_assignment.assignment_id
3047: ,l_effective_date
3048: );
3049: --