DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_COMMENTS_PKG

Line 3186: pa_ci_comments_pkg.insert_row(

3182: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
3183: end if;
3184:
3185: /*now call the add comment api*/
3186: pa_ci_comments_pkg.insert_row(
3187: p_ci_comment_id => l_ci_comment_id,
3188: p_ci_id => p_ci_id,
3189: p_type_code => l_type_code,
3190: p_comment_text => p_action_tbl(i).request_text,