DBA Data[Home] [Help]

APPS.HR_RATING_LEVELS_API dependencies on PER_RTL_INS

Line 183: per_rtl_ins.ins

179: --
180: -- call rating level api to insert the level for the competence
181: -- in the rating level table
182: --
183: per_rtl_ins.ins
184: (p_validate => FALSE,
185: p_effective_date => p_effective_date,
186: p_name => p_name,
187: p_business_group_id => p_business_group_id,

Line 280: per_rtl_ins.ins

276: --
277: -- call rating level api to insert the level for the rating scale
278: -- in the rating level table
279: --
280: per_rtl_ins.ins
281: (p_validate => FALSE,
282: p_effective_date => p_effective_date,
283: p_name => p_name,
284: p_business_group_id => p_business_group_id,