DBA Data[Home] [Help]

APPS.PAY_CA_ARCHIVE dependencies on PAY_CA_ROE_EI_PKG

Line 138: -- pay_ca_roe_ei_pkg.

134: -- 08-MAY-2003 pganguly 115.30 2923942 Changed the function get_dates.
135: -- This now returns a flag 'Y' for
136: -- terminated/loa employees. Added
137: -- a new parameter in the func:
138: -- pay_ca_roe_ei_pkg.
139: -- get_ei_amount_totals
140: -- 25-APR-2003 pganguly 115.29 For Box 17A/C changed the cond
141: -- intion from <> 0 to = 0 to
142: -- retrieve the latest asg action.

Line 813: pay_ca_roe_ei_pkg.populate_element_table(l_bg_id);

809: INTO l_bg_id;
810: CLOSE cur_bg_id;
811:
812: hr_utility.trace('Archive initialization');
813: pay_ca_roe_ei_pkg.populate_element_table(l_bg_id);
814: populate_box17c_bal_table;
815:
816: END;
817:

Line 2067: tab_period_total pay_ca_roe_ei_pkg.t_large_number_table;

2063: l_some_warning boolean;
2064:
2065: l_prev_roe_date date;
2066: l_roe_date date;
2067: tab_period_total pay_ca_roe_ei_pkg.t_large_number_table;
2068: l_total_insurable number;
2069: ret varchar2(10);
2070: l_total_type varchar2(15);
2071: l_no_of_periods number;

Line 3256: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals

3252: -- EI Hours - Begin
3253:
3254: l_total_type := 'EI Hours';
3255:
3256: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals
3257: (
3258: p_total_type => l_total_type,
3259: p_assignment_id => l_assignment_id,
3260: p_gre => l_tax_unit_id,

Line 3296: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals

3292: -- EI Earnings - Begin
3293:
3294: l_total_type := 'EI Earnings';
3295:
3296: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals
3297: (
3298: p_total_type => l_total_type,
3299: p_assignment_id => l_assignment_id,
3300: p_gre => l_tax_unit_id,