DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on FND_CONCURRENT

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

189:
190: if v_Retcode = 1 then
191: RETCODE := v_Retcode;
192: CONC_STATUS :=
193: FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);
194: elsif v_Retcode = 3 then
195: RETCODE := v_Retcode;
196: CONC_STATUS :=
197: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);

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

193: FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL',Current_Error_Code);
194: elsif v_Retcode = 3 then
195: RETCODE := v_Retcode;
196: CONC_STATUS :=
197: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);
198: else
199: RETCODE := v_Retcode;
200: CONC_STATUS :=
201: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);

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

197: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',Current_Error_Code);
198: else
199: RETCODE := v_Retcode;
200: CONC_STATUS :=
201: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);
202: end if;
203:
204: Exception
205: when others then

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

210: END IF;
211: current_error_code := to_char(SQLCODE);
212: RETCODE := 2;
213: CONC_STATUS :=
214: FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);
215: END Create_Kanban_Cards;
216:
217:
218: FUNCTION resolve_pullseq_all_null(