DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on PAY_BALANCE_PKG

Line 526: procedure set_balance_table(p_balance_list in out nocopy pay_balance_pkg.t_balance_value_tab)

522: -- that have been stored in the global variables.
523: -- This is so that the list is in the correct layout for Core BUE call.
524: ------------------------------------------------------------------------------
525: --
526: procedure set_balance_table(p_balance_list in out nocopy pay_balance_pkg.t_balance_value_tab)
527: --
528: is
529: begin
530: p_balance_list.delete;

Line 637: procedure set_balance_values(p_balance_list in pay_balance_pkg.t_balance_value_tab)

633: -- Procedure: set_balance_values
634: -- Description: set the global balance values from the balance table
635: -- after the table has been returned by the batch-mode call to core BUE.
636: ------------------------------------------------------------------------------
637: procedure set_balance_values(p_balance_list in pay_balance_pkg.t_balance_value_tab)
638: is
639: begin
640: g_comp_min_ees := p_balance_list(1).balance_value;
641: g_comp_min_ers := p_balance_list(2).balance_value;

Line 785: l_balance_list pay_balance_pkg.t_balance_value_tab;

781: l_start_director date;
782: l_bact_effective_date date;
783: l_assignment_id number;
784: l_balance_value number;
785: l_balance_list pay_balance_pkg.t_balance_value_tab;
786: --
787: Begin
788: --
789: -- Set up the defined balances for all NI balances _PER_TD_DIR_YTD

Line 992: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,

988: -- by this call only if the Defined balance id is not found. These are
989: -- all seeded.
990: --
991: BEGIN
992: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
993: p_defined_balance_lst => l_balance_list);
994: EXCEPTION WHEN NO_DATA_FOUND THEN
995: hr_utility.trace('No data found on call to pay_balance_pkg');
996: null;

Line 995: hr_utility.trace('No data found on call to pay_balance_pkg');

991: BEGIN
992: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
993: p_defined_balance_lst => l_balance_list);
994: EXCEPTION WHEN NO_DATA_FOUND THEN
995: hr_utility.trace('No data found on call to pay_balance_pkg');
996: null;
997: END;
998: --
999: -- Set the Global variables to the values just retrieved from the bulk call to

Line 1862: l_balance_list pay_balance_pkg.t_balance_value_tab;

1858: l_pension_input_id number;
1859: l_niable number;
1860: l_stat_period_start date;
1861: l_balance_value number;
1862: l_balance_list pay_balance_pkg.t_balance_value_tab;
1863: --
1864: Begin
1865: --
1866: -- Set up the defined balances for all NI balances _PER_NI_PTD

Line 2061: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,

2057: -- by this call only if the Defined balance id is not found. These are
2058: -- all seeded so the exception should not happen but placed as a precaution.
2059: --
2060: BEGIN
2061: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
2062: p_defined_balance_lst => l_balance_list);
2063: EXCEPTION WHEN NO_DATA_FOUND THEN
2064: hr_utility.trace('No data found on call to pay_balance_pkg');
2065: null;

Line 2064: hr_utility.trace('No data found on call to pay_balance_pkg');

2060: BEGIN
2061: pay_balance_pkg.get_value(p_assignment_action_id => p_assignment_action_id,
2062: p_defined_balance_lst => l_balance_list);
2063: EXCEPTION WHEN NO_DATA_FOUND THEN
2064: hr_utility.trace('No data found on call to pay_balance_pkg');
2065: null;
2066: END;
2067: --
2068: -- Set the Global variables to the values just retrieved from the bulk