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 732: -- Category, Processing Type and Standard Link on Base Element

728: -- ---------------------------------------------------------------------
729: -- |-------------------< Update Shadow Structure >----------------------|
730: -- ---------------------------------------------------------------------
731: -- Get Element Type id and update user-specified Classification,
732: -- Category, Processing Type and Standard Link on Base Element
733: -- as well as other element created for the Scheme
734: -- ---------------------------------------------------------------------
735: -- 1. Pension Deduction
736: for csr_rec in csr_shd_ele (p_scheme_prefix||' Pension Deduction')

Line 819: ,p_standard_link_flag => l_std_link_flag

815: ,p_element_type_id => l_shadow_element(i).element_type_id
816: ,p_description => l_shadow_element(i).description
817: ,p_reporting_name => l_shadow_element(i).reporting_name
818: ,p_post_termination_rule => p_termination_rule
819: ,p_standard_link_flag => l_std_link_flag
820: ,p_relative_processing_priority => l_shadow_element(i).priority
821: ,p_object_version_number => l_shadow_element(i).object_version_number
822: ,p_third_party_pay_only_flag => l_shadow_element(i).third_party_pay_only_flag
823: ,p_classification_name => l_shadow_element(i).classification_name

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

1146: END IF;
1147: hr_utility.set_location('..After creating the balance feed for the ER base, Pay Value', 51);
1148:
1149: -- ---------------------------------------------------------------------
1150: -- Compile the base element's standard formula
1151: -- ---------------------------------------------------------------------
1152:
1153: Compile_Formula
1154: (p_element_type_id => l_base_element_type_id