DBA Data[Home] [Help]

APPS.PER_ADD_BUS dependencies on PER_ADD_FLEX

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

4365: -- |----------------------< df_update_validate >---------------------------|
4366: -- ---------------------------------------------------------------------------
4367: --
4368: -- Description:
4369: -- Calls the descriptive flex validation stub (per_add_flex.df) if either
4370: -- the attribute_category or attribute1..30 have changed.
4371: --
4372: -- Pre-conditions:
4373: -- Can only be called from update_validate

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

4378: -- Post Success:
4379: -- If the attribute_category and attribute1.30 haven't changed then the
4380: -- validation is not performed and the processing continues.
4381: -- If the attribute_category or attribute1.30 have changed then the
4382: -- per_add_flex.df validates the descriptive flex. If an exception is
4383: -- not raised then processing continues.
4384: --
4385: -- Post Failure:
4386: -- If an exception is raised within this procedure or lower

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

4460: nvl(p_rec.party_id, hr_api.g_number)
4461: then
4462: -- either the attribute_category or attribute1..30 have changed
4463: -- so we must call the flex stub
4464: per_add_flex.df(p_rec => p_rec);
4465: end if;
4466: --
4467: hr_utility.set_location(' Leaving:'||l_proc, 10);
4468: end df_update_validate;