DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on PAY_BALANCE_TYPES_PKG

Line 129: Pay_Balance_Types_pkg.Insert_Row

125: l_balance_name := p_pension_type_name||' EE Contribution';
126: l_reporting_name := l_balance_name;
127:
128: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
129: Pay_Balance_Types_pkg.Insert_Row
130: (x_Rowid => l_row_id
131: ,x_Balance_Type_Id => l_balance_type_id
132: ,x_Business_Group_Id => p_business_group_id
133: ,x_Legislation_Code => p_legislation_code

Line 324: Pay_Balance_Types_pkg.Insert_Row

320: l_balance_name := p_pension_type_name||' ER Contribution';
321: l_reporting_name := l_balance_name;
322:
323: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
324: Pay_Balance_Types_pkg.Insert_Row
325: (x_Rowid => l_row_id
326: ,x_Balance_Type_Id => l_balance_type_id
327: ,x_Business_Group_Id => p_business_group_id
328: ,x_Legislation_Code => p_legislation_code

Line 553: Pay_Balance_Types_pkg.Insert_Row

549: l_balance_name := p_pension_type_name||' ER Contribution';
550: l_reporting_name := l_balance_name;
551: End if;
552: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
553: Pay_Balance_Types_pkg.Insert_Row
554: (x_Rowid => l_row_id
555: ,x_Balance_Type_Id => l_balance_type_id
556: ,x_Business_Group_Id => p_business_group_id
557: ,x_Legislation_Code => p_legislation_code

Line 785: Pay_Balance_Types_pkg.Insert_Row

781: Else
782: Close csr_bal_typ_id;
783:
784: hr_utility.set_location(' Creating balance : '||l_balance_name,20);
785: Pay_Balance_Types_pkg.Insert_Row
786: (x_Rowid => l_row_id
787: ,x_Balance_Type_Id => l_balance_type_id
788: ,x_Business_Group_Id => p_business_group_id
789: ,x_Legislation_Code => p_legislation_code

Line 2618: pay_balance_types_pkg.delete_row

2614: -- This api does a delete cascade
2615: -- so no need to delete feeds / dimensions
2616: -- separately
2617:
2618: pay_balance_types_pkg.delete_row
2619: (x_rowid => l_rowid
2620: ,x_balance_type_id => l_bal_type_id (i)
2621: );
2622: END IF; -- End if of balance row found check ...