DBA Data[Home] [Help]

APPS.EAM_RES_USAGE_VALIDATE_PVT dependencies on FND_API

Line 69: x_return_status := FND_API.G_RET_STS_SUCCESS;

65: and wo.operation_seq_num = p_eam_res_usage_rec.operation_seq_num;
66:
67: end if;
68:
69: x_return_status := FND_API.G_RET_STS_SUCCESS;
70:
71: exception
72: when others then
73:

Line 86: x_return_status := FND_API.G_RET_STS_ERROR;

82: , x_mesg_token_tbl => l_out_mesg_token_tbl
83: );
84: l_mesg_token_tbl := l_out_mesg_token_tbl;
85:
86: x_return_status := FND_API.G_RET_STS_ERROR;
87: x_mesg_token_tbl := l_mesg_token_tbl ;
88: return;
89:
90: end;

Line 111: x_return_status := FND_API.G_RET_STS_SUCCESS;

107: and wor.resource_seq_num = p_eam_res_usage_rec.resource_seq_num;
108:
109: end if;
110:
111: x_return_status := FND_API.G_RET_STS_SUCCESS;
112:
113: exception
114: when others then
115:

Line 128: x_return_status := FND_API.G_RET_STS_ERROR;

124: , x_mesg_token_tbl => l_out_mesg_token_tbl
125: );
126: l_mesg_token_tbl := l_out_mesg_token_tbl;
127:
128: x_return_status := FND_API.G_RET_STS_ERROR;
129: x_mesg_token_tbl := l_mesg_token_tbl ;
130: return;
131:
132: end;

Line 150: x_return_status := FND_API.G_RET_STS_SUCCESS;

146: and organization_id = p_eam_res_usage_rec.organization_id;
147:
148: end if;
149:
150: x_return_status := FND_API.G_RET_STS_SUCCESS;
151:
152: exception
153: when others then
154:

Line 167: x_return_status := FND_API.G_RET_STS_ERROR;

163: , x_mesg_token_tbl => l_out_mesg_token_tbl
164: );
165: l_mesg_token_tbl := l_out_mesg_token_tbl;
166:
167: x_return_status := FND_API.G_RET_STS_ERROR;
168: x_mesg_token_tbl := l_mesg_token_tbl ;
169: return;
170:
171: end;

Line 196: x_return_status := FND_API.G_RET_STS_SUCCESS;

192: end if;
193:
194: end if;
195:
196: x_return_status := FND_API.G_RET_STS_SUCCESS;
197:
198: exception
199: when others then
200:

Line 213: x_return_status := FND_API.G_RET_STS_ERROR;

209: , x_mesg_token_tbl => l_out_mesg_token_tbl
210: );
211: l_mesg_token_tbl := l_out_mesg_token_tbl;
212:
213: x_return_status := FND_API.G_RET_STS_ERROR;
214: x_mesg_token_tbl := l_mesg_token_tbl ;
215: return;
216:
217: end;

Line 228: raise fnd_api.g_exc_unexpected_error;

224:
225: if (p_eam_res_usage_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
226:
227: if p_eam_res_usage_rec.start_date > p_eam_res_usage_rec.completion_date then
228: raise fnd_api.g_exc_unexpected_error;
229: end if;
230:
231: end if;
232:

Line 233: x_return_status := FND_API.G_RET_STS_SUCCESS;

229: end if;
230:
231: end if;
232:
233: x_return_status := FND_API.G_RET_STS_SUCCESS;
234:
235: exception
236: when others then
237:

Line 250: x_return_status := FND_API.G_RET_STS_ERROR;

246: , x_mesg_token_tbl => l_out_mesg_token_tbl
247: );
248: l_mesg_token_tbl := l_out_mesg_token_tbl;
249:
250: x_return_status := FND_API.G_RET_STS_ERROR;
251: x_mesg_token_tbl := l_mesg_token_tbl ;
252: return;
253:
254: end;

Line 265: raise fnd_api.g_exc_unexpected_error;

261:
262: if (p_eam_res_usage_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_CREATE) then
263:
264: if (p_eam_res_usage_rec.assigned_units < 0 ) then
265: raise fnd_api.g_exc_unexpected_error;
266: end if;
267:
268: end if;
269:

Line 270: x_return_status := FND_API.G_RET_STS_SUCCESS;

266: end if;
267:
268: end if;
269:
270: x_return_status := FND_API.G_RET_STS_SUCCESS;
271:
272: exception
273: when others then
274:

Line 287: x_return_status := FND_API.G_RET_STS_ERROR;

283: , x_mesg_token_tbl => l_out_mesg_token_tbl
284: );
285: l_mesg_token_tbl := l_out_mesg_token_tbl;
286:
287: x_return_status := FND_API.G_RET_STS_ERROR;
288: x_mesg_token_tbl := l_mesg_token_tbl ;
289: return;
290:
291: end;

Line 294: x_return_status := FND_API.G_RET_STS_SUCCESS;

290:
291: end;
292:
293:
294: x_return_status := FND_API.G_RET_STS_SUCCESS;
295:
296: IF EAM_PROCESS_WO_PVT.GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Within Resource Check Attributes . . . '); END IF;
297:
298:

Line 320: x_return_status := FND_API.G_RET_STS_SUCCESS;

316: l_out_Mesg_Token_Tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
317: l_Token_Tbl EAM_ERROR_MESSAGE_PVT.Token_Tbl_Type;
318: BEGIN
319:
320: x_return_status := FND_API.G_RET_STS_SUCCESS;
321:
322:
323: IF p_eam_res_usage_rec.wip_entity_id IS NULL
324: THEN

Line 337: x_return_status := FND_API.G_RET_STS_ERROR;

333: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
334: );
335: l_mesg_token_tbl := l_out_mesg_token_tbl;
336:
337: x_return_status := FND_API.G_RET_STS_ERROR;
338:
339: END IF;
340:
341:

Line 356: x_return_status := FND_API.G_RET_STS_ERROR;

352: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
353: );
354: l_mesg_token_tbl := l_out_mesg_token_tbl;
355:
356: x_return_status := FND_API.G_RET_STS_ERROR;
357:
358: END IF;
359:
360:

Line 375: x_return_status := FND_API.G_RET_STS_ERROR;

371: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
372: );
373: l_mesg_token_tbl := l_out_mesg_token_tbl;
374:
375: x_return_status := FND_API.G_RET_STS_ERROR;
376:
377: END IF;
378:
379:

Line 394: x_return_status := FND_API.G_RET_STS_ERROR;

390: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
391: );
392: l_mesg_token_tbl := l_out_mesg_token_tbl;
393:
394: x_return_status := FND_API.G_RET_STS_ERROR;
395:
396: END IF;
397:
398:

Line 413: x_return_status := FND_API.G_RET_STS_ERROR;

409: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
410: );
411: l_mesg_token_tbl := l_out_mesg_token_tbl;
412:
413: x_return_status := FND_API.G_RET_STS_ERROR;
414:
415: END IF;
416:
417:

Line 432: x_return_status := FND_API.G_RET_STS_ERROR;

428: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
429: );
430: l_mesg_token_tbl := l_out_mesg_token_tbl;
431:
432: x_return_status := FND_API.G_RET_STS_ERROR;
433:
434: END IF;
435:
436:

Line 451: x_return_status := FND_API.G_RET_STS_ERROR;

447: , x_Mesg_Token_Tbl => l_out_Mesg_Token_Tbl
448: );
449: l_mesg_token_tbl := l_out_mesg_token_tbl;
450:
451: x_return_status := FND_API.G_RET_STS_ERROR;
452:
453: END IF;
454:
455: