DBA Data[Home] [Help]

APPS.PQP_GB_STAKEHOLDER_TEMPLATE dependencies on PAY_ELEMENT_TEMPLATE_API

Line 294: pay_element_template_api.create_user_structure

290: END IF;
291:
292:
293:
294: pay_element_template_api.create_user_structure
295: (p_validate => FALSE
296: ,p_effective_date => p_frm_ctl_effective_start_date
297: ,p_business_group_id => p_frm_ctl_business_group_id
298: ,p_source_template_id => l_te_source_id

Line 450: pay_element_template_api.generate_part1

446:
447:
448: -------------------------- Generate Core Objects -----------------------------
449:
450: pay_element_template_api.generate_part1
451: (p_validate => FALSE
452: ,p_effective_date => p_frm_ctl_effective_start_date
453: ,p_hr_only => FALSE
454: ,p_hr_to_payroll => FALSE

Line 460: pay_element_template_api.generate_part2

456: );
457:
458: hr_utility.set_location(l_proc, 100);
459:
460: pay_element_template_api.generate_part2
461: (p_validate => FALSE
462: ,p_effective_date => p_frm_ctl_effective_start_date
463: ,p_template_id => l_te_ustrctr_id
464: );

Line 561: pay_element_template_api.delete_user_structure

557: END LOOP;
558:
559: hr_utility.set_location(l_proc, 30);
560:
561: pay_element_template_api.delete_user_structure
562: (p_validate => FALSE
563: ,p_drop_formula_packages => TRUE
564: ,p_template_id => l_te_ustrctr_id
565: );