DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on FND_CONCURRENT

Line 215: FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);

211:
212: if v_Retcode = 1 then
213: RETCODE := v_Retcode;
214: CONC_STATUS :=
215: FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);
216: elsif v_Retcode = 3 then
217: RETCODE := v_Retcode;
218: CONC_STATUS :=
219: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);

Line 219: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);

215: FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);
216: elsif v_Retcode = 3 then
217: RETCODE := v_Retcode;
218: CONC_STATUS :=
219: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);
220: else
221: RETCODE := v_Retcode;
222: CONC_STATUS :=
223: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);

Line 223: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);

219: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);
220: else
221: RETCODE := v_Retcode;
222: CONC_STATUS :=
223: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);
224: end if;
225:
226: Exception
227: when others then

Line 236: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);

232: END IF;
233: current_error_code := to_char(SQLCODE);
234: RETCODE := 2;
235: CONC_STATUS :=
236: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);
237: END Create_Kanban_Cards;
238:
239:
240: FUNCTION resolve_pullseq_all_null(