DBA Data[Home] [Help]

APPS.PAY_ELE_INS dependencies on HR_COMM_API

Line 348: hr_comm_api.ins

344: --
345: -- Insert the comment text if comments exist
346: --
347: If (p_rec.comments is not null) then
348: hr_comm_api.ins
349: (p_comment_id => p_rec.comment_id
350: ,p_source_table_name => 'PAY_ELEMENT_ENTRIES_F'
351: ,p_comment_text => p_rec.comments
352: );