DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PER_ADD_FLEX

Line 4388: -- Calls the descriptive flex validation stub (per_add_flex.df) if either

4384: -- |----------------------< df_update_validate >---------------------------|
4385: -- ---------------------------------------------------------------------------
4386: --
4387: -- Description:
4388: -- Calls the descriptive flex validation stub (per_add_flex.df) if either
4389: -- the attribute_category or attribute1..30 have changed.
4390: --
4391: -- Pre-conditions:
4392: -- Can only be called from update_validate

Line 4401: -- per_add_flex.df validates the descriptive flex. If an exception is

4397: -- Post Success:
4398: -- If the attribute_category and attribute1.30 haven't changed then the
4399: -- validation is not performed and the processing continues.
4400: -- If the attribute_category or attribute1.30 have changed then the
4401: -- per_add_flex.df validates the descriptive flex. If an exception is
4402: -- not raised then processing continues.
4403: --
4404: -- Post Failure:
4405: -- If an exception is raised within this procedure or lower

Line 4483: per_add_flex.df(p_rec => p_rec);

4479: nvl(p_rec.party_id, hr_api.g_number)
4480: then
4481: -- either the attribute_category or attribute1..30 have changed
4482: -- so we must call the flex stub
4483: per_add_flex.df(p_rec => p_rec);
4484: end if;
4485: --
4486: hr_utility.set_location(' Leaving:'||l_proc, 10);
4487: end df_update_validate;