DBA Data[Home] [Help]

APPS.PAY_ETP_INS_ND dependencies on HR_COMM_API

Line 544: hr_comm_api.ins

540: --
541: -- Insert the comment text if comments exist
542: --
543: If (p_rec.comments is not null) then
544: hr_comm_api.ins
545: (p_comment_id => p_rec.comment_id
546: ,p_source_table_name => 'PAY_ELEMENT_TYPES_F'
547: ,p_comment_text => p_rec.comments
548: );