DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_ACTIONS_PKG

Line 3167: pa_ci_actions_pkg.insert_row(

3163: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
3164: end if;
3165:
3166: /*insert row in pa_ci_actions*/
3167: pa_ci_actions_pkg.insert_row(
3168: p_ci_action_id => l_ci_action_id, -- this is out paramter
3169: p_ci_id => p_ci_id,
3170: p_ci_action_number => l_action_number,
3171: p_status_code => p_action_tbl(i).action_status,