DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_TEMPLATE dependencies on STANDARD

Line 54: p_standard_link_flag => 'N',

50: p_pay_basis_id => NULL,
51: p_costable_type => 'N',
52: p_link_to_all_payrolls_flag => 'N',
53: p_multiply_value_flag => 'N',
54: p_standard_link_flag => 'N',
55: p_transfer_to_gl_flag => 'N',
56: p_comment_id => NULL,
57: p_employment_category => NULL,
58: p_qualifying_age => NULL,

Line 102: ,p_standard_link IN VARCHAR2

98: ,p_scheme_prefix IN VARCHAR2
99: ,p_reporting_name IN VARCHAR2
100: ,p_scheme_description IN VARCHAR2
101: ,p_termination_rule IN VARCHAR2
102: ,p_standard_link IN VARCHAR2
103: ,p_effective_start_date IN DATE DEFAULT NULL
104: ,p_effective_end_date IN DATE DEFAULT NULL
105: ,p_security_group_id IN NUMBER DEFAULT NULL
106: ,p_business_group_id IN NUMBER

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

832: -- ---------------------------------------------------------------------
833: -- |-------------------< Update Shadow Structure >----------------------|
834: -- ---------------------------------------------------------------------
835: -- Get Element Type id and update user-specified Classification,
836: -- Category, Processing Type and Standard Link on Base Element
837: -- as well as other element created for the Scheme
838: -- ---------------------------------------------------------------------
839: -- 1. PGGM Pension Deduction
840:

Line 959: -- 8. Standard Tax Adjustment

955: l_shadow_element(l_count).description
956: := 'Element for '||p_scheme_prefix||' PGGM Disability Pension Contribution';
957: END LOOP;
958:
959: -- 8. Standard Tax Adjustment
960:
961: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' Standard Tax Adjustment')
962: LOOP
963: l_count := l_count + 1;

Line 961: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' Standard Tax Adjustment')

957: END LOOP;
958:
959: -- 8. Standard Tax Adjustment
960:
961: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' Standard Tax Adjustment')
962: LOOP
963: l_count := l_count + 1;
964: l_shadow_element(l_count).element_type_id
965: := csr_rec.element_type_id;

Line 971: := 'Element for '||p_scheme_prefix||' Standard Tax Adjustment';

967: := csr_rec.object_version_NUMBER;
968: l_shadow_element(l_count).reporting_name
969: := NVL(p_reporting_name,p_scheme_prefix)||' Std. Tax Adj.';
970: l_shadow_element(l_count).description
971: := 'Element for '||p_scheme_prefix||' Standard Tax Adjustment';
972: END LOOP;
973:
974:
975: -- 9. SI Gross Standard Adjustment

Line 975: -- 9. SI Gross Standard Adjustment

971: := 'Element for '||p_scheme_prefix||' Standard Tax Adjustment';
972: END LOOP;
973:
974:
975: -- 9. SI Gross Standard Adjustment
976:
977: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' SI Gross Standard Adjustment')
978: LOOP
979: l_count := l_count +1;

Line 977: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' SI Gross Standard Adjustment')

973:
974:
975: -- 9. SI Gross Standard Adjustment
976:
977: FOR csr_rec IN csr_shd_ele (p_scheme_prefix||' SI Gross Standard Adjustment')
978: LOOP
979: l_count := l_count +1;
980: l_shadow_element(l_count).element_type_id
981: := csr_rec.element_type_id;

Line 987: := 'Element for '||p_scheme_prefix||' SI Gross Standard Adjustment';

983: := csr_rec.object_version_NUMBER;
984: l_shadow_element(l_count).reporting_name
985: := NVL(p_reporting_name,p_scheme_prefix)||' SI Gross Std. Adj.';
986: l_shadow_element(l_count).description
987: := 'Element for '||p_scheme_prefix||' SI Gross Standard Adjustment';
988: END LOOP;
989:
990:
991: -- 10. SI Income Standard Adjustment

Line 991: -- 10. SI Income Standard Adjustment

987: := 'Element for '||p_scheme_prefix||' SI Gross Standard Adjustment';
988: END LOOP;
989:
990:
991: -- 10. SI Income Standard Adjustment
992:
993: FOR csr_rec IN csr_shd_ele(p_scheme_prefix||' SI Income Standard Adjustment')
994: LOOP
995: l_count := l_count + 1;

Line 993: FOR csr_rec IN csr_shd_ele(p_scheme_prefix||' SI Income Standard Adjustment')

989:
990:
991: -- 10. SI Income Standard Adjustment
992:
993: FOR csr_rec IN csr_shd_ele(p_scheme_prefix||' SI Income Standard Adjustment')
994: LOOP
995: l_count := l_count + 1;
996: l_shadow_element(l_count).element_type_id
997: := csr_rec.element_type_id;

Line 1003: := 'Element for '||p_scheme_prefix||' SI Income Standard Adjustment';

999: := csr_rec.object_version_NUMBER;
1000: l_shadow_element(l_count).reporting_name
1001: := NVL(p_reporting_name,p_scheme_prefix)||' SII Std. Adj.';
1002: l_shadow_element(l_count).description
1003: := 'Element for '||p_scheme_prefix||' SI Income Standard Adjustment';
1004: END LOOP;
1005:
1006: -- 11. SI Gross Special Adjustment
1007:

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

1813: hr_utility.set_location('Done Adding the Event Group', 60);
1814: END IF;
1815:
1816: -- ---------------------------------------------------------------------
1817: -- Compile the base element's standard formula
1818: -- ---------------------------------------------------------------------
1819: hr_utility.set_location('Compile EE Formula', 50);
1820:
1821: pqp_nl_pension_template.Compile_Formula

Line 1863: ,p_standard_link IN VARCHAR2

1859: ,p_scheme_prefix IN VARCHAR2
1860: ,p_reporting_name IN VARCHAR2
1861: ,p_scheme_description IN VARCHAR2
1862: ,p_termination_rule IN VARCHAR2
1863: ,p_standard_link IN VARCHAR2
1864: ,p_effective_start_date IN DATE DEFAULT NULL
1865: ,p_effective_end_date IN DATE DEFAULT NULL
1866: ,p_security_group_id IN NUMBER DEFAULT NULL
1867: ,p_business_group_id IN NUMBER

Line 1922: ,p_standard_link => p_standard_link

1918: ,p_scheme_prefix => p_scheme_prefix
1919: ,p_reporting_name => p_reporting_name
1920: ,p_scheme_description => p_scheme_description
1921: ,p_termination_rule => p_termination_rule
1922: ,p_standard_link => p_standard_link
1923: ,p_effective_start_date => p_effective_start_date
1924: ,p_effective_end_date => p_effective_end_date
1925: ,p_security_group_id => p_security_group_id
1926: ,p_business_group_id => p_business_group_id