DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_API dependencies on STANDARD

Line 129: * @param p_unit_standard_type Unit standard type.

125: * @param p_object_name Identifies the generic object that is linked with a
126: * competence e.g. Project Resource.
127: * @param p_party_id The party for whom the competence element applies.
128: * @param p_qualification_type_id Identifies the qualification type
129: * @param p_unit_standard_type Unit standard type.
130: * @param p_status Indicates whether the competence has been achieved or is
131: * still being worked towards.
132: * @param p_information_category This context value determines which flexfield
133: * structure to use with the developer descriptive flexfield segments.

Line 228: ,p_unit_standard_type in varchar2 default null

224: p_object_id in number default null,
225: p_object_name in varchar2 default null,
226: p_party_id in number default null -- HR/TCA merge
227: ,p_qualification_type_id in number default null
228: ,p_unit_standard_type in varchar2 default null
229: ,p_status in varchar2 default null
230: ,p_information_category in varchar2 default null
231: ,p_information1 in varchar2 default null
232: ,p_information2 in varchar2 default null

Line 354: * @param p_unit_standard_type Unit standard type.

350: * database will remain unchanged. If false and all validation checks pass,
351: * then the database will be modified.
352: * @param p_party_id The party for whom the competence element applies.
353: * @param p_qualification_type_id Identifies the qualification type
354: * @param p_unit_standard_type Unit standard type.
355: * @param p_status Indicates whether the competence has been achieved or is
356: * still being worked towards.
357: * @param p_information_category This context value determines which flexfield
358: * structure to use with the developer descriptive flexfield segments.

Line 438: ,p_unit_standard_type in varchar2 default hr_api.g_varchar2

434: p_effective_date in Date,
435: p_validate in boolean default false,
436: p_party_id in number
437: ,p_qualification_type_id in number default hr_api.g_number
438: ,p_unit_standard_type in varchar2 default hr_api.g_varchar2
439: ,p_status in varchar2 default hr_api.g_varchar2
440: ,p_information_category in varchar2 default hr_api.g_varchar2
441: ,p_information1 in varchar2 default hr_api.g_varchar2
442: ,p_information2 in varchar2 default hr_api.g_varchar2