DBA Data[Home] [Help]

APPS.JAI_OM_WDD_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 448: lv_action := jai_constants.inserting ;

444: /*
445: || check for action in trigger and pass the same to the procedure
446: */
447: IF INSERTING THEN
448: lv_action := jai_constants.inserting ;
449: ELSIF UPDATING THEN
450: lv_action := jai_constants.updating ;
451: ELSIF DELETING THEN
452: lv_action := jai_constants.deleting ;

Line 450: lv_action := jai_constants.updating ;

446: */
447: IF INSERTING THEN
448: lv_action := jai_constants.inserting ;
449: ELSIF UPDATING THEN
450: lv_action := jai_constants.updating ;
451: ELSIF DELETING THEN
452: lv_action := jai_constants.deleting ;
453: END IF ;
454:

Line 452: lv_action := jai_constants.deleting ;

448: lv_action := jai_constants.inserting ;
449: ELSIF UPDATING THEN
450: lv_action := jai_constants.updating ;
451: ELSIF DELETING THEN
452: lv_action := jai_constants.deleting ;
453: END IF ;
454:
455: IF UPDATING THEN
456:

Line 467: IF lv_return_code <> jai_constants.successful then

463: pv_return_code => lv_return_code ,
464: pv_return_message => lv_return_message
465: );
466:
467: IF lv_return_code <> jai_constants.successful then
468: RAISE le_error;
469: END IF;
470:
471: END IF ;

Line 483: IF lv_return_code <> jai_constants.successful then

479: pv_return_code => lv_return_code ,
480: pv_return_message => lv_return_message
481: );
482:
483: IF lv_return_code <> jai_constants.successful then
484: RAISE le_error;
485: END IF;
486:
487: END IF ;

Line 499: IF lv_return_code <> jai_constants.successful then

495: pv_return_code => lv_return_code ,
496: pv_return_message => lv_return_message
497: );
498:
499: IF lv_return_code <> jai_constants.successful then
500: RAISE le_error;
501: END IF;
502:
503: END IF ;

Line 517: IF lv_return_code <> jai_constants.successful then

513: pv_return_code => lv_return_code ,
514: pv_return_message => lv_return_message
515: );
516:
517: IF lv_return_code <> jai_constants.successful then
518: RAISE le_error;
519: END IF;
520:
521: END IF ;