DBA Data[Home] [Help]

APPS.PAY_NZ_SSCWT_RATE_ARCHIVE dependencies on PAY_BALANCE_PKG

Line 27: g_def_balance_tab pay_balance_pkg.t_balance_value_tab;

23:
24: g_element_type_id pay_element_types_f.element_type_id%TYPE ;
25: g_input_value_id pay_input_values_f.input_value_id%TYPE ;
26:
27: g_def_balance_tab pay_balance_pkg.t_balance_value_tab;
28:
29: g_start_dd_mm VARCHAR(6) ;
30: g_legislation_code VARCHAR2(30) ;
31:

Line 1114: hr_utility.set_location('Before calling procedure pay_balance_pkg.get_value', 50);

1110: CLOSE csr_assignment_action;
1111: --
1112: IF g_debug THEN
1113: hr_utility.set_location('l_assignment_action_id -> '||l_assignment_action_id, 40);
1114: hr_utility.set_location('Before calling procedure pay_balance_pkg.get_value', 50);
1115: END IF;
1116:
1117: -- 3. Calculate the YTD balance values for the required balances.
1118: --

Line 1120: pay_balance_pkg.get_value

1116:
1117: -- 3. Calculate the YTD balance values for the required balances.
1118: --
1119:
1120: pay_balance_pkg.get_value
1121: (p_assignment_action_id => l_assignment_action_id
1122: ,p_defined_balance_lst => g_def_balance_tab
1123: );
1124: