DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PVT dependencies on PA_CI_ACTIONS_UTIL

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

3154: For i in 1..p_action_tbl.count
3155: loop
3156: /*get the action number*/
3157: if (p_ci_id IS NOT NULL) then
3158: l_action_number := PA_CI_ACTIONS_UTIL.get_next_ci_action_number(p_ci_id);
3159: end if;
3160:
3161: if l_debug_mode = 'Y' then
3162: pa_debug.g_err_stage := 'calling insert row to create the action';