DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on HR_COMMENTS

Line 2557: from hr_comments com

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