DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_ACTIONS_UTIL

Line 3141: l_action_number := PA_CI_ACTIONS_UTIL.get_next_ci_action_number(p_ci_id);

3137: For i in 1..p_action_tbl.count
3138: loop
3139: /*get the action number*/
3140: if (p_ci_id IS NOT NULL) then
3141: l_action_number := PA_CI_ACTIONS_UTIL.get_next_ci_action_number(p_ci_id);
3142: end if;
3143:
3144: if l_debug_mode = 'Y' then
3145: pa_debug.g_err_stage := 'calling insert row to create the action';