DBA Data[Home] [Help]

APPS.JAI_PO_RLA_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 450: lv_action := jai_constants.inserting ;

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

Line 452: lv_action := jai_constants.updating ;

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

Line 454: lv_action := jai_constants.deleting ;

450: lv_action := jai_constants.inserting ;
451: ELSIF UPDATING THEN
452: lv_action := jai_constants.updating ;
453: ELSIF DELETING THEN
454: lv_action := jai_constants.deleting ;
455: END IF ;
456:
457: IF INSERTING THEN
458: RETURN;--Added by Qiong for 14040855/JAI Triggers Elimination on 1-Jun-2012

Line 468: IF lv_return_code <> jai_constants.successful then

464: pv_return_code => lv_return_code ,
465: pv_return_message => lv_return_message
466: );
467:
468: IF lv_return_code <> jai_constants.successful then
469: RAISE le_error;
470: END IF;
471: Comment out by Qiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 End*/
472:

Line 506: IF lv_return_code <> jai_constants.successful then

502: pv_return_code => lv_return_code ,
503: pv_return_message => lv_return_message
504: );
505:
506: IF lv_return_code <> jai_constants.successful then
507: RAISE le_error;
508: END IF;*/
509: ELSE
510: return;

Line 525: IF lv_return_code <> jai_constants.successful then

521: pv_return_code => lv_return_code ,
522: pv_return_message => lv_return_message
523: );
524:
525: IF lv_return_code <> jai_constants.successful then
526: RAISE le_error;
527: END IF;
528:
529: END IF ;

Line 547: IF lv_return_code <> jai_constants.successful then

543: pv_return_code => lv_return_code ,
544: pv_return_message => lv_return_message
545: );
546:
547: IF lv_return_code <> jai_constants.successful then
548: RAISE le_error;
549: END IF;
550:
551: END IF ;

Line 561: IF lv_return_code <> jai_constants.successful then

557: pv_return_code => lv_return_code ,
558: pv_return_message => lv_return_message
559: );
560:
561: IF lv_return_code <> jai_constants.successful then
562: RAISE le_error;
563: END IF;
564: END IF;
565: Comment out by Qiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 End*/