DBA Data[Home] [Help]

APPS.JAI_AP_IA_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 433: lv_action := jai_constants.inserting ;

429: /*
430: || check for action in trigger and pass the same to the procedure
431: */
432: IF INSERTING THEN
433: lv_action := jai_constants.inserting ;
434: ELSIF UPDATING THEN
435: lv_action := jai_constants.updating ;
436: ELSIF DELETING THEN
437: lv_action := jai_constants.deleting ;

Line 435: lv_action := jai_constants.updating ;

431: */
432: IF INSERTING THEN
433: lv_action := jai_constants.inserting ;
434: ELSIF UPDATING THEN
435: lv_action := jai_constants.updating ;
436: ELSIF DELETING THEN
437: lv_action := jai_constants.deleting ;
438: END IF ;
439:

Line 437: lv_action := jai_constants.deleting ;

433: lv_action := jai_constants.inserting ;
434: ELSIF UPDATING THEN
435: lv_action := jai_constants.updating ;
436: ELSIF DELETING THEN
437: lv_action := jai_constants.deleting ;
438: END IF ;
439:
440: IF INSERTING THEN
441:

Line 450: IF lv_return_code <> jai_constants.successful then

446: pv_return_code => lv_return_code ,
447: pv_return_message => lv_return_message
448: );
449:
450: IF lv_return_code <> jai_constants.successful then
451: RAISE le_error;
452: END IF;
453:
454: END IF ;

Line 466: IF lv_return_code <> jai_constants.successful then

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

Line 482: IF lv_return_code <> jai_constants.successful then

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