DBA Data[Home] [Help]

APPS.PQP_NL_ABP_TEMPLATE dependencies on HR_API

Line 552: X_Effective_End_Date => hr_api.g_eot,

548: Pay_Balance_Feeds_f_pkg.Insert_Row
549: (X_Rowid => l_row_id,
550: X_Balance_Feed_Id => l_Balance_Feed_Id,
551: X_Effective_Start_Date => p_effective_start_date,
552: X_Effective_End_Date => hr_api.g_eot,
553: X_Business_Group_Id => p_business_group_id,
554: X_Legislation_Code => NULL,
555: X_Balance_Type_Id => c2_rec.balance_type_id,
556: X_Input_Value_Id => c1_rec.input_value_id,

Line 782: ,X_Last_Update_Date => hr_api.g_sys

778: ,X_Formula_Id => l_abp_formula_id
779: ,X_Processing_Rule => 'P'
780: ,X_Comment_Id => NULL
781: ,X_Legislation_Subgroup => NULL
782: ,X_Last_Update_Date => hr_api.g_sys
783: ,X_Last_Updated_By => -1
784: ,X_Last_Update_Login => -1
785: ,X_Created_By => -1
786: ,X_Creation_Date => hr_api.g_sys);

Line 786: ,X_Creation_Date => hr_api.g_sys);

782: ,X_Last_Update_Date => hr_api.g_sys
783: ,X_Last_Updated_By => -1
784: ,X_Last_Update_Login => -1
785: ,X_Created_By => -1
786: ,X_Creation_Date => hr_api.g_sys);
787:
788: ELSE
789: CLOSE c_proc_rule;
790: END IF;

Line 1549: X_Effective_End_Date => hr_api.g_eot,

1545: Pay_Balance_Feeds_f_pkg.Insert_Row(
1546: X_Rowid => l_row_id,
1547: X_Balance_Feed_Id => l_Balance_Feed_Id,
1548: X_Effective_Start_Date => p_effective_start_date,
1549: X_Effective_End_Date => hr_api.g_eot,
1550: X_Business_Group_Id => p_business_group_id,
1551: X_Legislation_Code => NULL,
1552: X_Balance_Type_Id => l_ee_contribution_bal_type_id,
1553: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1600: X_Effective_End_Date => hr_api.g_eot,

1596: Pay_Balance_Feeds_f_pkg.Insert_Row(
1597: X_Rowid => l_row_id,
1598: X_Balance_Feed_Id => l_Balance_Feed_Id,
1599: X_Effective_Start_Date => p_effective_start_date,
1600: X_Effective_End_Date => hr_api.g_eot,
1601: X_Business_Group_Id => p_business_group_id,
1602: X_Legislation_Code => NULL,
1603: X_Balance_Type_Id => l_ee_retro_bal_id,
1604: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1633: X_Effective_End_Date => hr_api.g_eot,

1629: Pay_Balance_Feeds_f_pkg.Insert_Row(
1630: X_Rowid => l_row_id,
1631: X_Balance_Feed_Id => l_Balance_Feed_Id,
1632: X_Effective_Start_Date => p_effective_start_date,
1633: X_Effective_End_Date => hr_api.g_eot,
1634: X_Business_Group_Id => p_business_group_id,
1635: X_Legislation_Code => NULL,
1636: X_Balance_Type_Id => l_ee_retro_bal_id,
1637: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1671: X_Effective_End_Date => hr_api.g_eot,

1667: Pay_Balance_Feeds_f_pkg.Insert_Row(
1668: X_Rowid => l_row_id,
1669: X_Balance_Feed_Id => l_Balance_Feed_Id,
1670: X_Effective_Start_Date => p_effective_start_date,
1671: X_Effective_End_Date => hr_api.g_eot,
1672: X_Business_Group_Id => p_business_group_id,
1673: X_Legislation_Code => NULL,
1674: X_Balance_Type_Id => l_er_contribution_bal_type_id,
1675: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1704: X_Effective_End_Date => hr_api.g_eot,

1700: Pay_Balance_Feeds_f_pkg.Insert_Row(
1701: X_Rowid => l_row_id,
1702: X_Balance_Feed_Id => l_Balance_Feed_Id,
1703: X_Effective_Start_Date => p_effective_start_date,
1704: X_Effective_End_Date => hr_api.g_eot,
1705: X_Business_Group_Id => p_business_group_id,
1706: X_Legislation_Code => NULL,
1707: X_Balance_Type_Id => l_er_retro_bal_id,
1708: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1733: X_Effective_End_Date => hr_api.g_eot,

1729: Pay_Balance_Feeds_f_pkg.Insert_Row(
1730: X_Rowid => l_row_id,
1731: X_Balance_Feed_Id => l_Balance_Feed_Id,
1732: X_Effective_Start_Date => p_effective_start_date,
1733: X_Effective_End_Date => hr_api.g_eot,
1734: X_Business_Group_Id => p_business_group_id,
1735: X_Legislation_Code => NULL,
1736: X_Balance_Type_Id => l_er_retro_bal_id,
1737: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1926: hr_api.constant_to_boolean

1922: --
1923: -- Convert constant values to their corresponding boolean value
1924: --
1925: l_validate :=
1926: hr_api.constant_to_boolean
1927: (p_constant_value => hr_api.g_false_num);
1928: --
1929: -- Register Surrogate ID or user key values
1930: --

Line 1927: (p_constant_value => hr_api.g_false_num);

1923: -- Convert constant values to their corresponding boolean value
1924: --
1925: l_validate :=
1926: hr_api.constant_to_boolean
1927: (p_constant_value => hr_api.g_false_num);
1928: --
1929: -- Register Surrogate ID or user key values
1930: --
1931: --

Line 2351: hr_api.constant_to_boolean

2347: --
2348: -- Convert constant values to their corresponding boolean value
2349: --
2350: l_validate :=
2351: hr_api.constant_to_boolean
2352: (p_constant_value => hr_api.g_false_num);
2353: --
2354: -- Register Surrogate ID or user key values
2355: --

Line 2352: (p_constant_value => hr_api.g_false_num);

2348: -- Convert constant values to their corresponding boolean value
2349: --
2350: l_validate :=
2351: hr_api.constant_to_boolean
2352: (p_constant_value => hr_api.g_false_num);
2353: --
2354: -- Register Surrogate ID or user key values
2355: --
2356: --