DBA Data[Home] [Help]

APPS.HR_PHONE_API dependencies on PER_PHN_UPD

Line 403: per_phn_upd.upd

399: -- End of Fix for Bug 2396117
400: --
401: -- Update Phone details.
402: --
403: per_phn_upd.upd
404: (p_phone_id => p_phone_id
405: ,p_date_from => trunc(p_date_from)
406: ,p_date_to => trunc(p_date_to)
407: ,p_phone_type => p_phone_type

Line 786: per_phn_upd.convert_defs(l_phn_rec);

782: --
783: -- convert the null values
784: --
785: hr_utility.set_location(l_proc, 40);
786: per_phn_upd.convert_defs(l_phn_rec);
787: --
788: -- insert the data
789: --
790: hr_utility.set_location(l_proc||l_phn_rec.parent_id, 50);

Line 868: per_phn_upd.convert_defs(l_phn_rec);

864: --
865: -- convert the null values
866: --
867: hr_utility.set_location(l_proc, 130);
868: per_phn_upd.convert_defs(l_phn_rec);
869: --
870: -- check to see if the start date hasn't changed and is equal to the
871: -- effective date. This will always be a correction.
872: --