DBA Data[Home] [Help]

APPS.PER_JOB_BUS dependencies on HR_DFLEX_UTILITY

Line 293: hr_dflex_utility.ins_or_upd_descflex_attribs

289: -- a) During update, the structure column value or any
290: -- of the attribute values have actually changed.
291: -- b) During insert.
292: --
293: hr_dflex_utility.ins_or_upd_descflex_attribs
294: (p_appl_short_name => 'PER'
295: ,p_descflex_name => 'PER_JOBS'
296: ,p_attribute_category => p_rec.attribute_category
297: ,p_attribute1_name => 'ATTRIBUTE1'

Line 429: hr_dflex_utility.ins_or_upd_descflex_attribs

425: -- a) During update, the structure column value or any
426: -- of the job_information values have actually changed.
427: -- b) During insert.
428: --
429: hr_dflex_utility.ins_or_upd_descflex_attribs
430: (p_appl_short_name => 'PER'
431: ,p_descflex_name => 'Job Developer DF'
432: ,p_attribute_category => p_rec.job_information_category
433: ,p_attribute1_name => 'JOB_INFORMATION1'