DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_ACTIONS_PKG

Line 3150: pa_ci_actions_pkg.insert_row(

3146: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
3147: end if;
3148:
3149: /*insert row in pa_ci_actions*/
3150: pa_ci_actions_pkg.insert_row(
3151: p_ci_action_id => l_ci_action_id, -- this is out paramter
3152: p_ci_id => p_ci_id,
3153: p_ci_action_number => l_action_number,
3154: p_status_code => p_action_tbl(i).action_status,