DBA Data[Home] [Help]

APPS.PER_PER_INS dependencies on HR_COMM_API

Line 655: hr_comm_api.ins(p_comment_id => p_rec.comment_id,

651: -- Insert the comment text if comments exist
652: --
653: If (p_rec.comments is not null) then
654: hr_utility.set_location(l_proc,7);
655: hr_comm_api.ins(p_comment_id => p_rec.comment_id,
656: p_source_table_name => 'per_all_people_f',
657: p_comment_text => p_rec.comments);
658: End If;
659: hr_utility.set_location(' Leaving:'||l_proc, 10);