DBA Data[Home] [Help]

APPS.PAY_AU_RETRO_UPGRADE dependencies on PAY_ELEMENT_LINK_API

Line 70: p_balancing_keyflex_id in call pay_element_link_api.create_element_link

66: 22-Oct-2007 avenkatk 115.7 6455303 Added balance feeds for Retro Pre Tax Deductions LT12 Prev and GT12
67: 19-Jan-2009 avenkatk 115.8 5889919 Added Procedure - set_retro_status_rule. This procedure inserts/updates legislation rule for
68: updating assignment status using View-> Retropay Status page
69: 09-Apr-2009 dduvvuri 115.9 8416815 Added two more parameters p_cost_allocation_keyflex_id and
70: p_balancing_keyflex_id in call pay_element_link_api.create_element_link
71: in procedure create_element
72: 20-APR-2009 skshin 115.10 7665727 Modifed qualify_element and upgrade_element procedure to upgrade Earnings Spread classification.
73: Modifed create_element, create_element and create_ff_results procedures accordingly
74: Added component usage for HECS Deduction, SFSS Deduction, HECS Spread Deduction and SFSS Spread Deduction in create_enhanced_retro_defn procedure

Line 1394: pay_element_link_api.create_element_link

1390: End if;
1391:
1392: /* 8416815 - Added two more input parameters p_cost_allocation_keyflex_id and p_balancing_keyflex_id
1393: to the below call*/
1394: pay_element_link_api.create_element_link
1395: (p_effective_date => rec_element_links.effective_start_date /* 5731490 */
1396: ,p_element_type_id => p_element_type_id
1397: ,p_business_group_id => p_business_group_id
1398: ,p_costable_type => rec_element_links.COSTABLE_TYPE

Line 1430: pay_element_link_api.delete_element_link

1426: hr_utility.trace('Created Element links for New Retro Element: ' || rec_element_types.element_name || ' ' || p_retro_type );
1427: End if;
1428: /* 5731490 End dates link*/
1429: if to_char(rec_element_links.effective_end_date,'YYYY/MM/DD') <> '4712/12/31' then
1430: pay_element_link_api.delete_element_link
1431: (
1432: p_effective_date => rec_element_links.effective_end_date
1433: ,p_element_link_id => l_element_link_id
1434: ,p_datetrack_delete_mode => 'DELETE'