DBA Data[Home] [Help]

APPS.PAY_OPM_INS dependencies on HR_COMM_API

Line 430: hr_comm_api.ins

426: --
427: -- Insert the comment text if comments exist
428: --
429: If (p_rec.comments is not null) then
430: hr_comm_api.ins
431: (p_comment_id => p_rec.comment_id
432: ,p_source_table_name => 'PAY_ORG_PAYMENT_METHODS_F'
433: ,p_comment_text => p_rec.comments
434: );