DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_TEMPLATE dependencies on HR_API

Line 582: X_Effective_End_Date => hr_api.g_eot,

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

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

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

Line 1512: X_Effective_End_Date => hr_api.g_eot,

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

Line 1554: X_Effective_End_Date => hr_api.g_eot,

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

Line 1661: hr_api.constant_to_boolean

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

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

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

Line 1842: hr_api.constant_to_boolean

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

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

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