DBA Data[Home] [Help]

APPS.PER_ASG_INS dependencies on HR_COMM_API

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

531: --
532: -- Insert the comment text if comments exist
533: --
534: If (p_rec.comment_text is not null) then
535: hr_comm_api.ins(p_comment_id => p_rec.comment_id,
536: p_source_table_name => 'PER_ALL_ASSIGNMENTS_F',
537: p_comment_text => p_rec.comment_text);
538: End If;
539: hr_utility.set_location(l_proc, 20);