DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on STANDARD

Line 10040: FPU Standard (End 31-DEC-03) S

10036: /*
10037: Individual Schemes Code
10038: ============================= ======
10039: No Participation G
10040: FPU Standard (End 31-DEC-03) S
10041: FPU Extra C
10042: FPU Raise A
10043: FPU Total B
10044: FPU Base S

Line 13381: --find the defined balance id for the FUR Standard EE Contribution for the _ASG_PTD dimension

13377:
13378:
13379: BEGIN
13380:
13381: --find the defined balance id for the FUR Standard EE Contribution for the _ASG_PTD dimension
13382: Hr_Utility.set_location('Entering : '||l_proc,10);
13383: OPEN csr_defined_bal(c_balance_name => 'FUR Standard EE Contribution'
13384: ,c_dimension_name => 'Assignment Period To Date'
13385: ,c_business_group_id => p_business_group_id

Line 13383: OPEN csr_defined_bal(c_balance_name => 'FUR Standard EE Contribution'

13379: BEGIN
13380:
13381: --find the defined balance id for the FUR Standard EE Contribution for the _ASG_PTD dimension
13382: Hr_Utility.set_location('Entering : '||l_proc,10);
13383: OPEN csr_defined_bal(c_balance_name => 'FUR Standard EE Contribution'
13384: ,c_dimension_name => 'Assignment Period To Date'
13385: ,c_business_group_id => p_business_group_id
13386: );
13387: FETCH csr_defined_bal INTO l_defined_balance_id;

Line 13763: --find the defined balance id for the IPAP Standard EE Contribution for the _ASG_PTD dimension

13759: l_proc Varchar2(30) := 'get_ipap_contribution_amt';
13760:
13761: BEGIN
13762:
13763: --find the defined balance id for the IPAP Standard EE Contribution for the _ASG_PTD dimension
13764: Hr_Utility.set_location('Entering : '||l_proc,10);
13765: OPEN csr_defined_bal(c_balance_name => 'IPAP EE Contribution'
13766: ,c_dimension_name => 'Assignment Period To Date'
13767: ,c_business_group_id => p_business_group_id