DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_COMMENTS_PKG

Line 3203: pa_ci_comments_pkg.insert_row(

3199: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
3200: end if;
3201:
3202: /*now call the add comment api*/
3203: pa_ci_comments_pkg.insert_row(
3204: p_ci_comment_id => l_ci_comment_id,
3205: p_ci_id => p_ci_id,
3206: p_type_code => l_type_code,
3207: p_comment_text => p_action_tbl(i).request_text,