DBA Data[Home] [Help]

APPS.WIP_JOB_DETAILS dependencies on WIP_JOB_DTLS_VALIDATIONS

Line 243: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,

239:
240: END IF ;
241:
242: /*** Validate general info. for this job ***/
243: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,
244: p_parent_header_id);
245:
246: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
247: p_parent_header_id);

Line 246: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,

242: /*** Validate general info. for this job ***/
243: WIP_JOB_DTLS_VALIDATIONS.Jobs(p_group_id,
244: p_parent_header_id);
245:
246: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
247: p_parent_header_id);
248:
249: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
250: p_parent_header_id);

Line 249: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,

245:
246: WIP_JOB_DTLS_VALIDATIONS.Job_Status(p_group_id,
247: p_parent_header_id);
248:
249: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
250: p_parent_header_id);
251:
252: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,
253: p_parent_header_id,

Line 252: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,

248:
249: WIP_JOB_DTLS_VALIDATIONS.Is_Firm(p_group_id,
250: p_parent_header_id);
251:
252: WIP_JOB_DTLS_VALIDATIONS.Load_Sub_Types (p_group_id,
253: p_parent_header_id,
254: cur_job.wip_entity_id,
255: cur_job.organization_id);
256:

Line 257: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,

253: p_parent_header_id,
254: cur_job.wip_entity_id,
255: cur_job.organization_id);
256:
257: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,
258: p_parent_header_id,
259: cur_job.wip_entity_id,
260: cur_job.organization_id);
261: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,

Line 261: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,

257: WIP_JOB_DTLS_VALIDATIONS.Last_Updated_By(P_Group_Id,
258: p_parent_header_id,
259: cur_job.wip_entity_id,
260: cur_job.organization_id);
261: WIP_JOB_DTLS_VALIDATIONS.Created_By(P_Group_Id,
262: p_parent_header_id,
263: cur_job.wip_entity_id,
264: cur_job.organization_id);
265:

Line 331: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

327: END LOOP;
328:
329: /**** Error out nocopy the whole job if any validations failed ****/
330: BEGIN
331: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
332: p_parent_header_id,
333: cur_job.wip_entity_id,
334: cur_job.organization_id);
335: EXCEPTION

Line 337: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

333: cur_job.wip_entity_id,
334: cur_job.organization_id);
335: EXCEPTION
336: when others then
337: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
338: wip_logger.log(SQLERRM,l_dummy2);
339: raise;
340: end;
341:

Line 375: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

371: end;
372:
373: /*************END PROCESSING OPERATIONS********************/
374: BEGIN
375: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
376: p_parent_header_id,
377: cur_job.wip_entity_id,
378: cur_job.organization_id);
379: EXCEPTION

Line 381: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

377: cur_job.wip_entity_id,
378: cur_job.organization_id);
379: EXCEPTION
380: when others then
381: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
382: wip_logger.log(SQLERRM,l_dummy2);
383: raise;
384: end;
385:

Line 439: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

435:
436: /**** Error out nocopy the whole job if any validations failed ****/
437:
438: BEGIN
439: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
440: p_parent_header_id,
441: cur_job.wip_entity_id,
442: cur_job.organization_id);
443:

Line 446: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

442: cur_job.organization_id);
443:
444: EXCEPTION
445: when others then
446: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
447: wip_logger.log(SQLERRM,l_dummy2);
448: raise;
449: end;
450:

Line 557: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

553:
554: /**** Error out nocopy the whole job if any validations failed ****/
555:
556: BEGIN
557: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
558: p_parent_header_id,
559: cur_job.wip_entity_id,
560: cur_job.organization_id);
561:

Line 564: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

560: cur_job.organization_id);
561:
562: EXCEPTION
563: when others then
564: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
565: wip_logger.log(SQLERRM,l_dummy2);
566: raise;
567: end;
568:

Line 615: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

611: end;
612:
613: BEGIN
614:
615: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
616: p_parent_header_id,
617: cur_job.wip_entity_id,
618: cur_job.organization_id);
619: EXCEPTION

Line 621: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

617: cur_job.wip_entity_id,
618: cur_job.organization_id);
619: EXCEPTION
620: when others then
621: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
622: wip_logger.log(SQLERRM,l_dummy2);
623: raise;
624: end;
625:

Line 682: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

678: END LOOP;
679:
680: /**** Error out nocopy the whole job if any validations failed ****/
681: BEGIN
682: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
683: p_parent_header_id,
684: cur_job.wip_entity_id,
685: cur_job.organization_id);
686: EXCEPTION

Line 688: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

684: cur_job.wip_entity_id,
685: cur_job.organization_id);
686: EXCEPTION
687: when others then
688: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
689: wip_logger.log(SQLERRM,l_dummy2);
690: raise;
691: end;
692:

Line 779: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

775:
776: /**** Error out nocopy the whole job if any validations failed ****/
777:
778: BEGIN
779: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
780: p_parent_header_id,
781: cur_job.wip_entity_id,
782: cur_job.organization_id);
783:

Line 786: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

782: cur_job.organization_id);
783:
784: EXCEPTION
785: when others then
786: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
787: wip_logger.log(SQLERRM,l_dummy2);
788: raise;
789: end;
790:

Line 813: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

809: /********* Substitute Resources ********/
810:
811: BEGIN
812:
813: WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
814: p_parent_header_id,
815: cur_job.wip_entity_id,
816: cur_job.organization_id);
817:

Line 820: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);

816: cur_job.organization_id);
817:
818: EXCEPTION
819: when others then
820: wip_logger.log('Error in WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num,l_cur.wip_entity_id='||cur_job.wip_entity_id,l_dummy2);
821: wip_logger.log(SQLERRM,l_dummy2);
822: raise;
823: end;
824:

Line 853: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

849: END IF;
850: END LOOP;
851:
852: /**** Error out nocopy the whole job if any validations failed ****/
853: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
854: p_parent_header_id,
855: cur_job.wip_entity_id,
856: cur_job.organization_id);
857:

Line 898: /* WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,

894:
895: /****** begin OPERATION LINKS processing ******************/
896: FOR l_cur IN OP_LINK_CUR (cur_job.wip_entity_id,
897: cur_job.organization_id) LOOP
898: /* WIP_JOB_DTLS_VALIDATIONS.OP_Seq_Num ( p_group_id,
899: p_parent_header_id,
900: cur_job.wip_entity_id,
901: cur_job.organization_id);
902: */

Line 930: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

926: END IF;
927: END LOOP;
928:
929: /**** Error out nocopy the whole job if any validations failed ****/
930: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
931: p_parent_header_id,
932: cur_job.wip_entity_id,
933: cur_job.organization_id);
934:

Line 982: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

978: END IF;
979: END LOOP;
980:
981: /**** Error out nocopy the whole job if any validations failed ****/
982: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
983: p_parent_header_id,
984: cur_job.wip_entity_id,
985: cur_job.organization_id);
986:

Line 1036: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,

1032: x_err_msg,
1033: x_return_status);
1034:
1035: /**** Error out the whole job if any validations failed ****/
1036: WIP_JOB_DTLS_VALIDATIONS.Error_All_If_Any(p_group_id,
1037: p_parent_header_id,
1038: cur_job.wip_entity_id,
1039: cur_job.organization_id);
1040: