DBA Data[Home] [Help]

APPS.PAY_PPR_INS dependencies on HR_COMM_API

Line 391: hr_comm_api.ins

387: --
388: -- Insert the comment text if comments exist
389: --
390: If (p_rec.comments is not null) then
391: hr_comm_api.ins
392: (p_comment_id => p_rec.comment_id
393: ,p_source_table_name => 'PAY_STATUS_PROCESSING_RULES_F'
394: ,p_comment_text => p_rec.comments
395: );