DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on PAY_BALANCE_TYPES_PKG

Line 115: Pay_Balance_Types_pkg.Insert_Row

111: l_balance_name := p_pension_type_name||' EE Contribution';
112: l_reporting_name := l_balance_name;
113:
114: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
115: Pay_Balance_Types_pkg.Insert_Row
116: (x_Rowid => l_row_id
117: ,x_Balance_Type_Id => l_balance_type_id
118: ,x_Business_Group_Id => p_business_group_id
119: ,x_Legislation_Code => p_legislation_code

Line 296: Pay_Balance_Types_pkg.Insert_Row

292: l_balance_name := p_pension_type_name||' ER Contribution';
293: l_reporting_name := l_balance_name;
294:
295: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
296: Pay_Balance_Types_pkg.Insert_Row
297: (x_Rowid => l_row_id
298: ,x_Balance_Type_Id => l_balance_type_id
299: ,x_Business_Group_Id => p_business_group_id
300: ,x_Legislation_Code => p_legislation_code

Line 500: Pay_Balance_Types_pkg.Insert_Row

496: l_balance_name := p_pension_type_name||' ER Contribution';
497: l_reporting_name := l_balance_name;
498: End if;
499: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
500: Pay_Balance_Types_pkg.Insert_Row
501: (x_Rowid => l_row_id
502: ,x_Balance_Type_Id => l_balance_type_id
503: ,x_Business_Group_Id => p_business_group_id
504: ,x_Legislation_Code => p_legislation_code

Line 716: Pay_Balance_Types_pkg.Insert_Row

712: Else
713: Close csr_bal_typ_id;
714:
715: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
716: Pay_Balance_Types_pkg.Insert_Row
717: (x_Rowid => l_row_id
718: ,x_Balance_Type_Id => l_balance_type_id
719: ,x_Business_Group_Id => p_business_group_id
720: ,x_Legislation_Code => p_legislation_code

Line 2545: pay_balance_types_pkg.delete_row

2541: -- This api does a delete cascade
2542: -- so no need to delete feeds / dimensions
2543: -- separately
2544:
2545: pay_balance_types_pkg.delete_row
2546: (x_rowid => l_rowid
2547: ,x_balance_type_id => l_bal_type_id (i)
2548: );
2549: END IF; -- End if of balance row found check ...