DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on STANDARD

Line 139: Standard Process Date' for all

135: Taxable Benefits for Quebec
136: balance for PHSP.
137: 26-SEP-2003 ssattini 115.31 Added update to set the
138: post_termination_rule to 'Last
139: Standard Process Date' for all
140: recurring elements. Fix for
141: bug#2219028.
142: 22-MAR-2004 ssmukher 115.32 Bug#2646705 Enhancement for
143: adding the termination rule

Line 175: p_ele_standard_link in varchar2 default 'N',

171: p_ele_ot_hours in varchar2 default 'N',
172: p_ele_ei_hours in varchar2 default 'N',
173: p_ele_processing_type in varchar2,
174: p_ele_priority in number default NULL,
175: p_ele_standard_link in varchar2 default 'N',
176: p_ele_calc_rule in varchar2,
177: p_ele_calc_rule_code in varchar2 default NULL,
178: p_sep_check_option in varchar2 default 'N',
179: p_reduce_regular in varchar2 default 'N',

Line 578: -- Processing Type and Standard Link.

574: INTO l_sf_ele_info_category
575: FROM dual;
576: --
577: -- Update user-specified Classification, Category,
578: -- Processing Type and Standard Link.
579: --
580: pay_shadow_element_api.update_shadow_element
581: (p_validate => false
582: ,p_effective_date => p_ele_eff_start_date

Line 587: ,p_standard_link_flag => nvl(p_ele_standard_link, hr_api.g_varchar2)

583: ,p_element_type_id => l_element_type_id
584: ,p_classification_name => nvl(p_ele_classification, hr_api.g_varchar2)
585: ,p_post_termination_rule => p_termination_rule -- bug 8491239
586: ,p_processing_type => nvl(p_ele_processing_type, hr_api.g_varchar2)
587: ,p_standard_link_flag => nvl(p_ele_standard_link, hr_api.g_varchar2)
588: ,p_description => p_ele_description
589: ,p_reporting_name => p_ele_reporting_name
590: ,p_element_information_category => nvl(upper(g_template_leg_code||'_'||p_ele_classification), hr_api.g_varchar2)
591: ,p_element_information1 => nvl(p_ele_category, hr_api.g_varchar2)

Line 908: /* Fix for Bug#2219028, setting the termination rule to 'Last Standard

904: (l_asg_gre_run_dim_id,
905: l_asg_jd_gre_run_dim_id)
906: AND business_group_id = p_bg_id;
907:
908: /* Fix for Bug#2219028, setting the termination rule to 'Last Standard
909: Process Date' for all Recurring Elements */
910:
911: If p_ele_processing_type = 'R' then
912: