DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on HR_DFLEX_UTILITY

Line 67: -- Calls the descriptive flex validation routine (hr_dflex_utility)

63: -- |----------------------< df_update_validate >---------------------------|
64: -- ---------------------------------------------------------------------------
65: --
66: -- Description:
67: -- Calls the descriptive flex validation routine (hr_dflex_utility)
68: -- if either the attribute_category or attribute1..30 have changed.
69: --
70: -- Pre-conditions:
71: -- Can only be called from update_validate

Line 80: -- hr_dflex_utility.ins_or_upd_descflex_attribs validates the descriptive

76: -- Post Success:
77: -- If the attribute_category and attribute1.30 haven't changed then the
78: -- validation is not performed and the processing continues.
79: -- If the attribute_category or attribute1.30 have changed then routine
80: -- hr_dflex_utility.ins_or_upd_descflex_attribs validates the descriptive
81: -- flex.
82: -- If an exception is not raised then processing continues.
83: --
84: -- Post Failure:

Line 146: hr_dflex_utility.ins_or_upd_descflex_attribs(

142: then
143: -- either the attribute_category or attribute1..30 have changed
144: -- so we must call the DFF validation routine
145: --
146: hr_dflex_utility.ins_or_upd_descflex_attribs(
147: p_appl_short_name => 'PER'
148: ,p_descflex_name => 'PER_APPLICATIONS'
149: ,p_attribute_category => p_rec.appl_attribute_category
150: ,p_attribute1_name => 'APPL_ATTRIBUTE1'

Line 258: hr_dflex_utility.ins_or_upd_descflex_attribs(

254: --
255: -- Validate Descriptive flexfields
256: --
257: if nvl(p_validate_df_flex,true) then -- 4689836
258: hr_dflex_utility.ins_or_upd_descflex_attribs(
259: p_appl_short_name => 'PER'
260: ,p_descflex_name => 'PER_APPLICATIONS'
261: ,p_attribute_category => p_rec.appl_attribute_category
262: ,p_attribute1_name => 'APPL_ATTRIBUTE1'