DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on HR_COMMENTS

Line 2555: from hr_comments com

2551: begin
2552: --
2553: select com.comment_id
2554: into v_number_variable
2555: from hr_comments com
2556: where com.comment_id = p_comment_id;
2557: --
2558: exception
2559: when no_data_found then