DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_API dependencies on PAY_BALANCE_TYPES

Line 342: pay_balance_types pbt

338: from ff_database_items dbi,
339: ff_user_entities ue,
340: pay_balance_dimensions pbd,
341: pay_defined_balances dfb,
342: pay_balance_types pbt
343: where dfb.balance_dimension_id = pbd.balance_dimension_id
344: and pbd.route_id = ue.route_id
345: and ue.user_entity_id = dbi.user_entity_id
346: and pbt.balance_type_id = dfb.balance_type_id

Line 1528: pay_balance_types_pkg.Insert_Row(

1524: close c_get_leg_bal_cat_id;
1525:
1526: l_balance_name := substr(p_accrual_plan_name||' Balance', 1, 80);
1527:
1528: pay_balance_types_pkg.Insert_Row(
1529: X_Rowid => l_rowid,
1530: X_Balance_Type_Id => l_balance_type_id,
1531: X_Business_Group_Id => p_business_group_id,
1532: X_Legislation_Code => l_leg_code,

Line 2600: pay_balance_types_pkg.Insert_Row(

2596: close c_get_gbl_bal_cat_id;
2597: end if;
2598: close c_get_leg_bal_cat_id;
2599:
2600: pay_balance_types_pkg.Insert_Row(
2601: X_Rowid => l_rowid,
2602: X_Balance_Type_Id => l_balance_type_id,
2603: X_Business_Group_Id => l_plan_rec.business_group_id,
2604: X_Legislation_Code => l_leg_code,