DBA Data[Home] [Help]

APPS.PER_BUDGET_VALUES_PKG dependencies on HR_API

Line 482: hr_api.validate_bus_grp_id(X_Business_Group_Id);

478: --
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: -- validate mandatory business_group
482: hr_api.validate_bus_grp_id(X_Business_Group_Id);
483: --
484: -- validate mandatory budget_element_id, and return parent budget_version_id value.
485: hr_api.mandatory_arg_error
486: (p_api_name => l_proc,

Line 485: hr_api.mandatory_arg_error

481: -- validate mandatory business_group
482: hr_api.validate_bus_grp_id(X_Business_Group_Id);
483: --
484: -- validate mandatory budget_element_id, and return parent budget_version_id value.
485: hr_api.mandatory_arg_error
486: (p_api_name => l_proc,
487: p_argument => 'budget_element_id',
488: p_argument_value => x_Budget_Element_Id);
489:

Line 492: hr_api.mandatory_arg_error

488: p_argument_value => x_Budget_Element_Id);
489:
490: chk_budget_element_id(x_budget_element_id,x_business_group_id,l_budget_version_id);
491: -- validate mandatory time_period_id
492: hr_api.mandatory_arg_error
493: (p_api_name => l_proc,
494: p_argument => 'time_period_id',
495: p_argument_value => x_time_period_id);
496: --

Line 1136: hr_api.validate_bus_grp_id(X_Business_Group_Id);

1132: --
1133: hr_utility.set_location('Entering:'||l_proc, 5);
1134: --
1135: -- validate mandatory business_group
1136: hr_api.validate_bus_grp_id(X_Business_Group_Id);
1137: --
1138: -- validate mandatory rowid
1139: hr_api.mandatory_arg_error
1140: (p_api_name => l_proc,

Line 1139: hr_api.mandatory_arg_error

1135: -- validate mandatory business_group
1136: hr_api.validate_bus_grp_id(X_Business_Group_Id);
1137: --
1138: -- validate mandatory rowid
1139: hr_api.mandatory_arg_error
1140: (p_api_name => l_proc,
1141: p_argument => 'rowid',
1142: p_argument_value => x_rowid);
1143:

Line 1145: hr_api.mandatory_arg_error

1141: p_argument => 'rowid',
1142: p_argument_value => x_rowid);
1143:
1144: -- validate mandatory budget_value_id
1145: hr_api.mandatory_arg_error
1146: (p_api_name => l_proc,
1147: p_argument => 'budget_value_id',
1148: p_argument_value => x_budget_value_id);
1149:

Line 1153: hr_api.mandatory_arg_error

1149:
1150: chk_budget_value_id(x_budget_value_id,x_rowid);
1151:
1152: -- validate mandatory budget_element_id, and return parent budget_version_id value.
1153: hr_api.mandatory_arg_error
1154: (p_api_name => l_proc,
1155: p_argument => 'budget_element_id',
1156: p_argument_value => x_Budget_Element_Id);
1157:

Line 1160: hr_api.mandatory_arg_error

1156: p_argument_value => x_Budget_Element_Id);
1157:
1158: chk_budget_element_id(x_budget_element_id,x_business_group_id,l_budget_version_id);
1159: -- validate mandatory time_period_id
1160: hr_api.mandatory_arg_error
1161: (p_api_name => l_proc,
1162: p_argument => 'time_period_id',
1163: p_argument_value => x_time_period_id);
1164: --