DBA Data[Home] [Help]

APPS.PAY_PPM_INS dependencies on HR_COMM_API

Line 390: hr_comm_api.ins(p_comment_id => p_rec.comment_id,

386: --
387: -- Insert the comment text if comments exist
388: --
389: If (p_rec.comments is not null) then
390: hr_comm_api.ins(p_comment_id => p_rec.comment_id,
391: p_source_table_name => 'PAY_PERSONAL_PAYMENT_METHODS_F',
392: p_comment_text => p_rec.comments);
393: End If;
394: hr_utility.set_location(' Leaving:'||l_proc, 10);