DBA Data[Home] [Help]

APPS.PAY_ETP_INS dependencies on HR_COMM_API

Line 548: hr_comm_api.ins

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