DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_TEMPLATE dependencies on HR_API

Line 580: X_Effective_End_Date => hr_api.g_eot,

576: Pay_Balance_Feeds_f_pkg.Insert_Row
577: (X_Rowid => l_row_id,
578: X_Balance_Feed_Id => l_Balance_Feed_Id,
579: X_Effective_Start_Date => p_effective_start_date,
580: X_Effective_End_Date => hr_api.g_eot,
581: X_Business_Group_Id => p_business_group_id,
582: X_Legislation_Code => null,
583: X_Balance_Type_Id => c2_rec.balance_type_id,
584: X_Input_Value_Id => c1_rec.input_value_id,

Line 936: ,p_standard_link_flag => nvl(l_std_link_flag, hr_api.g_varchar2)

932: ,p_element_type_id => l_shadow_element(i).element_type_id
933: ,p_description => l_shadow_element(i).description
934: ,p_reporting_name => l_shadow_element(i).reporting_name
935: ,p_post_termination_rule => p_termination_rule
936: ,p_standard_link_flag => nvl(l_std_link_flag, hr_api.g_varchar2)
937: ,p_object_version_number => l_shadow_element(i).object_version_number
938: );
939:
940: -- Reset the value for standard link flag.

Line 1510: X_Effective_End_Date => hr_api.g_eot,

1506: Pay_Balance_Feeds_f_pkg.Insert_Row(
1507: X_Rowid => l_row_id,
1508: X_Balance_Feed_Id => l_Balance_Feed_Id,
1509: X_Effective_Start_Date => p_effective_start_date,
1510: X_Effective_End_Date => hr_api.g_eot,
1511: X_Business_Group_Id => p_business_group_id,
1512: X_Legislation_Code => null,
1513: X_Balance_Type_Id => l_ee_contribution_bal_type_id,
1514: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1552: X_Effective_End_Date => hr_api.g_eot,

1548: Pay_Balance_Feeds_f_pkg.Insert_Row(
1549: X_Rowid => l_row_id,
1550: X_Balance_Feed_Id => l_Balance_Feed_Id,
1551: X_Effective_Start_Date => p_effective_start_date,
1552: X_Effective_End_Date => hr_api.g_eot,
1553: X_Business_Group_Id => p_business_group_id,
1554: X_Legislation_Code => null,
1555: X_Balance_Type_Id => l_er_contribution_bal_type_id,
1556: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1660: hr_api.constant_to_boolean

1656: --
1657: -- Convert constant values to their corresponding boolean value
1658: --
1659: l_validate :=
1660: hr_api.constant_to_boolean
1661: (p_constant_value => hr_api.g_false_num);
1662: --
1663: -- Register Surrogate ID or user key values
1664: --

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

1657: -- Convert constant values to their corresponding boolean value
1658: --
1659: l_validate :=
1660: hr_api.constant_to_boolean
1661: (p_constant_value => hr_api.g_false_num);
1662: --
1663: -- Register Surrogate ID or user key values
1664: --
1665: --

Line 1841: hr_api.constant_to_boolean

1837: --
1838: -- Convert constant values to their corresponding boolean value
1839: --
1840: l_validate :=
1841: hr_api.constant_to_boolean
1842: (p_constant_value => hr_api.g_false_num);
1843: --
1844: -- Register Surrogate ID or user key values
1845: --

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

1838: -- Convert constant values to their corresponding boolean value
1839: --
1840: l_validate :=
1841: hr_api.constant_to_boolean
1842: (p_constant_value => hr_api.g_false_num);
1843: --
1844: -- Register Surrogate ID or user key values
1845: --
1846: --