DBA Data[Home] [Help]

APPS.PAY_CA_ARCHIVE dependencies on PAY_CA_ROE_EI_PKG

Line 134: -- pay_ca_roe_ei_pkg.

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

Line 809: pay_ca_roe_ei_pkg.populate_element_table(l_bg_id);

805: INTO l_bg_id;
806: CLOSE cur_bg_id;
807:
808: hr_utility.trace('Archive initialization');
809: pay_ca_roe_ei_pkg.populate_element_table(l_bg_id);
810: populate_box17c_bal_table;
811:
812: END;
813:

Line 2063: tab_period_total pay_ca_roe_ei_pkg.t_large_number_table;

2059: l_some_warning boolean;
2060:
2061: l_prev_roe_date date;
2062: l_roe_date date;
2063: tab_period_total pay_ca_roe_ei_pkg.t_large_number_table;
2064: l_total_insurable number;
2065: ret varchar2(10);
2066: l_total_type varchar2(15);
2067: l_no_of_periods number;

Line 3235: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals

3231: -- EI Hours - Begin
3232:
3233: l_total_type := 'EI Hours';
3234:
3235: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals
3236: (
3237: p_total_type => l_total_type,
3238: p_assignment_id => l_assignment_id,
3239: p_gre => l_tax_unit_id,

Line 3275: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals

3271: -- EI Earnings - Begin
3272:
3273: l_total_type := 'EI Earnings';
3274:
3275: ret := pay_ca_roe_ei_pkg.get_ei_amount_totals
3276: (
3277: p_total_type => l_total_type,
3278: p_assignment_id => l_assignment_id,
3279: p_gre => l_tax_unit_id,