DBA Data[Home] [Help]

APPS.PAY_IE_PENSION_TEMPLATE dependencies on STANDARD

Line 46: -- element's Standard status proc rule.

42: begin
43: hr_utility.set_location('Entering: '||l_proc_name, 10);
44: -- ------------------------------------------------------------
45: -- Query formula info (ie. the formula attached to this
46: -- element's Standard status proc rule.
47: -- ------------------------------------------------------------
48: for fra_rec in csr_fra (c_element_type_id => p_element_type_id)
49: loop
50: hr_utility.set_location('..FF Name :'||fra_rec.formula_name,15);

Line 741: -- Category, Processing Type and Standard Link on Base Element

737: -- ---------------------------------------------------------------------
738: -- |-------------------< Update Shadow Structure >----------------------|
739: -- ---------------------------------------------------------------------
740: -- Get Element Type id and update user-specified Classification,
741: -- Category, Processing Type and Standard Link on Base Element
742: -- as well as other element created for the Scheme
743: -- ---------------------------------------------------------------------
744: -- 1. Pension Deduction
745: for csr_rec in csr_shd_ele (p_scheme_prefix||' Pension Deduction')

Line 828: ,p_standard_link_flag => l_std_link_flag

824: ,p_element_type_id => l_shadow_element(i).element_type_id
825: ,p_description => l_shadow_element(i).description
826: ,p_reporting_name => l_shadow_element(i).reporting_name
827: ,p_post_termination_rule => p_termination_rule
828: ,p_standard_link_flag => l_std_link_flag
829: ,p_relative_processing_priority => l_shadow_element(i).priority
830: ,p_object_version_number => l_shadow_element(i).object_version_number
831: ,p_third_party_pay_only_flag => l_shadow_element(i).third_party_pay_only_flag
832: ,p_classification_name => l_shadow_element(i).classification_name

Line 1159: -- Compile the base element's standard formula

1155: END IF;
1156: hr_utility.set_location('..After creating the balance feed for the ER base, Pay Value', 51);
1157:
1158: -- ---------------------------------------------------------------------
1159: -- Compile the base element's standard formula
1160: -- ---------------------------------------------------------------------
1161:
1162: Compile_Formula
1163: (p_element_type_id => l_base_element_type_id