DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_JOB_DTLS_VALIDATIONS

Line 232: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,

228:
229: END IF ;
230:
231: /*** Validate general info. for this job ***/
232: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,
233: p_parent_header_id);
234:
235: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
236: p_parent_header_id);

Line 235: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,

231: /*** Validate general info. for this job ***/
232: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,
233: p_parent_header_id);
234:
235: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
236: p_parent_header_id);
237:
238: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
239: p_parent_header_id);

Line 238: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,

234:
235: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
236: p_parent_header_id);
237:
238: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
239: p_parent_header_id);
240:
241: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,
242: p_parent_header_id,

Line 241: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,

237:
238: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
239: p_parent_header_id);
240:
241: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,
242: p_parent_header_id,
243: cur_job.wip_entity_id,
244: cur_job.organization_id);
245:

Line 246: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,

242: p_parent_header_id,
243: cur_job.wip_entity_id,
244: cur_job.organization_id);
245:
246: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,
247: p_parent_header_id,
248: cur_job.wip_entity_id,
249: cur_job.organization_id);
250: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,

Line 250: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,

246: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,
247: p_parent_header_id,
248: cur_job.wip_entity_id,
249: cur_job.organization_id);
250: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,
251: p_parent_header_id,
252: cur_job.wip_entity_id,
253: cur_job.organization_id);
254:

Line 293: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

289: END IF; /* end of operation validation */
290: END LOOP;
291:
292: /**** Error out nocopy the whole job if any validations failed ****/
293: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
294: p_parent_header_id,
295: cur_job.wip_entity_id,
296: cur_job.organization_id);
297:

Line 317: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

313: x_return_status);
314:
315: /*************END PROCESSING OPERATIONS********************/
316:
317: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
318: p_parent_header_id,
319: cur_job.wip_entity_id,
320: cur_job.organization_id);
321:

Line 349: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

345: END IF;
346: END LOOP;
347:
348: /**** Error out nocopy the whole job if any validations failed ****/
349: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
350: p_parent_header_id,
351: cur_job.wip_entity_id,
352: cur_job.organization_id);
353:

Line 426: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

422: END IF;
423: END LOOP;
424:
425: /**** Error out nocopy the whole job if any validations failed ****/
426: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
427: p_parent_header_id,
428: cur_job.wip_entity_id,
429: cur_job.organization_id);
430:

Line 453: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

449: cur_job.organization_id,
450: x_err_code,
451: x_err_msg);
452:
453: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
454: p_parent_header_id,
455: cur_job.wip_entity_id,
456: cur_job.organization_id);
457:

Line 488: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

484: END IF; /* End requirement processing */
485: END LOOP;
486:
487: /**** Error out nocopy the whole job if any validations failed ****/
488: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
489: p_parent_header_id,
490: cur_job.wip_entity_id,
491: cur_job.organization_id);
492:

Line 539: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

535:
536: END LOOP; /* End req_cur loop for validation */
537:
538: /**** Error out nocopy the whole job if any validations failed ****/
539: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
540: p_parent_header_id,
541: cur_job.wip_entity_id,
542: cur_job.organization_id);
543:

Line 554: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

550: x_err_msg,
551: x_return_status);
552:
553: /********* Substitute Resources ********/
554: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
555: p_parent_header_id,
556: cur_job.wip_entity_id,
557: cur_job.organization_id);
558:

Line 586: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

582: END IF;
583: END LOOP;
584:
585: /**** Error out nocopy the whole job if any validations failed ****/
586: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
587: p_parent_header_id,
588: cur_job.wip_entity_id,
589: cur_job.organization_id);
590:

Line 622: /* WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

618:
619: /****** begin OPERATION LINKS processing ******************/
620: FOR l_cur IN OP_LINK_CUR (cur_job.wip_entity_id,
621: cur_job.organization_id) LOOP
622: /* WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
623: p_parent_header_id,
624: cur_job.wip_entity_id,
625: cur_job.organization_id);
626: */

Line 653: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

649: END IF;
650: END LOOP;
651:
652: /**** Error out nocopy the whole job if any validations failed ****/
653: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
654: p_parent_header_id,
655: cur_job.wip_entity_id,
656: cur_job.organization_id);
657:

Line 703: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

699: END IF;
700: END LOOP;
701:
702: /**** Error out nocopy the whole job if any validations failed ****/
703: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
704: p_parent_header_id,
705: cur_job.wip_entity_id,
706: cur_job.organization_id);
707:

Line 741: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

737: x_err_msg,
738: x_return_status);
739:
740: /**** Error out the whole job if any validations failed ****/
741: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
742: p_parent_header_id,
743: cur_job.wip_entity_id,
744: cur_job.organization_id);
745: