DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on PER_PHN_FLEX

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

848: -- |----------------------< df_update_validate >---------------------------|
849: -- ---------------------------------------------------------------------------
850: --
851: -- Description:
852: -- Calls the descriptive flex validation stub (per_phn_flex.df) if either
853: -- the attribute_category or attribute1..30 have changed.
854: --
855: -- Pre-conditions:
856: -- Can only be called from update_validate. RH hasn't been called from a form.

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

861: -- Post Success:
862: -- If the attribute_category and attribute1.30 haven't changed then the
863: -- validation is not performed and the processing continues.
864: -- If the attribute_category or attribute1.30 have changed then the
865: -- per_phn_flex.df validates the descriptive flex. If an exception is
866: -- not raised then processing continues.
867: --
868: -- Post Failure:
869: -- If an exception is raised within this procedure or lower

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

947: nvl(p_rec.party_id, hr_api.g_number) --
948: then
949: -- either the attribute_category or attribute1..30 have changed
950: -- so we must call the flex stub
951: per_phn_flex.df(p_rec => p_rec);
952: end if;
953: --
954: hr_utility.set_location(' Leaving:'||l_proc, 10);
955: end df_update_validate;