DBA Data[Home] [Help]

APPS.PQP_UK_UNION_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 435: pay_element_template_api.create_user_structure

431:
432: -------------------------------------------------------------------------
433: ------------ create user structure from the template --------------------
434: -------------------------------------------------------------------------
435: pay_element_template_api.create_user_structure
436: (p_validate => false
437: ,p_effective_date => p_frm_effective_start_date
438: ,p_business_group_id => p_frm_business_group_id
439: ,p_source_template_id => l_te_source_id

Line 522: pay_element_template_api.generate_part1

518: ---------------------------------------------------------------------------
519: ---------------------------- Generate Core Objects ------------------------
520: ---------------------------------------------------------------------------
521:
522: pay_element_template_api.generate_part1
523: (p_validate => FALSE
524: ,p_effective_date => p_frm_effective_start_date
525: ,p_hr_only => FALSE
526: ,p_hr_to_payroll => FALSE

Line 531: pay_element_template_api.generate_part2

527: ,p_template_id => l_te_usrstr_id);
528:
529: hr_utility.set_location(l_proc, 60);
530:
531: pay_element_template_api.generate_part2
532: (p_validate => FALSE
533: ,p_effective_date => p_frm_effective_start_date
534: ,p_template_id => l_te_usrstr_id);
535:

Line 972: pay_element_template_api.delete_user_structure

968: END LOOP;
969: CLOSE csr_ee_unnddn;
970:
971:
972: pay_element_template_api.delete_user_structure
973: (p_validate => FALSE
974: ,p_drop_formula_packages => TRUE
975: ,p_template_id => l_te_unnddn_id);
976: