DBA Data[Home] [Help]

APPS.PQP_NL_SAVINGS_TEMPLATE dependencies on HR_API

Line 597: X_Effective_End_Date => hr_api.g_eot,

593: Pay_Balance_Feeds_f_pkg.Insert_Row
594: (X_Rowid => l_row_id,
595: X_Balance_Feed_Id => l_Balance_Feed_Id,
596: X_Effective_Start_Date => p_effective_start_date,
597: X_Effective_End_Date => hr_api.g_eot,
598: X_Business_Group_Id => p_business_group_id,
599: X_Legislation_Code => null,
600: X_Balance_Type_Id => c2_rec.balance_type_id,
601: X_Input_Value_Id => c1_rec.input_value_id,

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

1039: ,p_element_type_id => l_shadow_element(i).element_type_id
1040: ,p_description => l_shadow_element(i).description
1041: ,p_reporting_name => l_shadow_element(i).reporting_name
1042: ,p_post_termination_rule => p_termination_rule
1043: ,p_standard_link_flag => nvl(l_std_link_flag, hr_api.g_varchar2)
1044: ,p_object_version_number => l_shadow_element(i).object_version_number
1045: );
1046:
1047: -- Reset the value for standard link flag.

Line 1648: X_Effective_End_Date => hr_api.g_eot,

1644: Pay_Balance_Feeds_f_pkg.Insert_Row(
1645: X_Rowid => l_row_id,
1646: X_Balance_Feed_Id => l_Balance_Feed_Id,
1647: X_Effective_Start_Date => p_effective_start_date,
1648: X_Effective_End_Date => hr_api.g_eot,
1649: X_Business_Group_Id => p_business_group_id,
1650: X_Legislation_Code => null,
1651: X_Balance_Type_Id => l_ee_contribution_bal_type_id,
1652: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1690: X_Effective_End_Date => hr_api.g_eot,

1686: Pay_Balance_Feeds_f_pkg.Insert_Row(
1687: X_Rowid => l_row_id,
1688: X_Balance_Feed_Id => l_Balance_Feed_Id,
1689: X_Effective_Start_Date => p_effective_start_date,
1690: X_Effective_End_Date => hr_api.g_eot,
1691: X_Business_Group_Id => p_business_group_id,
1692: X_Legislation_Code => null,
1693: X_Balance_Type_Id => l_er_contribution_bal_type_id,
1694: X_Input_Value_Id => ipv_rec.input_value_id,

Line 1974: hr_api.constant_to_boolean

1970: --
1971: -- Convert constant values to their corresponding boolean value
1972: --
1973: l_validate :=
1974: hr_api.constant_to_boolean
1975: (p_constant_value => hr_api.g_false_num);
1976: --
1977: -- Register Surrogate ID or user key values
1978: --

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

1971: -- Convert constant values to their corresponding boolean value
1972: --
1973: l_validate :=
1974: hr_api.constant_to_boolean
1975: (p_constant_value => hr_api.g_false_num);
1976: --
1977: -- Register Surrogate ID or user key values
1978: --
1979: --

Line 2159: hr_api.constant_to_boolean

2155: --
2156: -- Convert constant values to their corresponding boolean value
2157: --
2158: l_validate :=
2159: hr_api.constant_to_boolean
2160: (p_constant_value => hr_api.g_false_num);
2161: --
2162: -- Register Surrogate ID or user key values
2163: --

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

2156: -- Convert constant values to their corresponding boolean value
2157: --
2158: l_validate :=
2159: hr_api.constant_to_boolean
2160: (p_constant_value => hr_api.g_false_num);
2161: --
2162: -- Register Surrogate ID or user key values
2163: --
2164: --