DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on PER_PHN_FLEX

Line 858: -- Calls the descriptive flex validation stub (per_phn_flex.df) if either

854: -- |----------------------< df_update_validate >---------------------------|
855: -- ---------------------------------------------------------------------------
856: --
857: -- Description:
858: -- Calls the descriptive flex validation stub (per_phn_flex.df) if either
859: -- the attribute_category or attribute1..30 have changed.
860: --
861: -- Pre-conditions:
862: -- Can only be called from update_validate. RH hasn't been called from a form.

Line 871: -- per_phn_flex.df validates the descriptive flex. If an exception is

867: -- Post Success:
868: -- If the attribute_category and attribute1.30 haven't changed then the
869: -- validation is not performed and the processing continues.
870: -- If the attribute_category or attribute1.30 have changed then the
871: -- per_phn_flex.df validates the descriptive flex. If an exception is
872: -- not raised then processing continues.
873: --
874: -- Post Failure:
875: -- If an exception is raised within this procedure or lower

Line 957: per_phn_flex.df(p_rec => p_rec);

953: nvl(p_rec.party_id, hr_api.g_number) --
954: then
955: -- either the attribute_category or attribute1..30 have changed
956: -- so we must call the flex stub
957: per_phn_flex.df(p_rec => p_rec);
958: end if;
959: --
960: hr_utility.set_location(' Leaving:'||l_proc, 10);
961: end df_update_validate;