DBA Data[Home] [Help]

APPS.PAY_PEL_INS dependencies on HR_COMM_API

Line 412: hr_comm_api.ins

408: --
409: -- Insert the comment text if comments exist
410: --
411: If (p_rec.comments is not null) then
412: hr_comm_api.ins
413: (p_comment_id => p_rec.comment_id
414: ,p_source_table_name => 'PAY_ELEMENT_LINKS_F'
415: ,p_comment_text => p_rec.comments
416: );