DBA Data[Home] [Help]

APPS.BEN_ASG_INS dependencies on HR_COMM_API

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

462: --
463: -- Insert the comment text if comments exist
464: --
465: If (p_rec.comment_text is not null) then
466: hr_comm_api.ins(p_comment_id => p_rec.comment_id,
467: p_source_table_name => 'PER_ALL_ASSIGNMENTS_F',
468: p_comment_text => p_rec.comment_text);
469: End If;
470: hr_utility.set_location(l_proc, 20);