DBA Data[Home] [Help]

APPS.JAI_OE_OLA_BRIUD_T1 dependencies on JAI_CONSTANTS

Line 745: lv_action := jai_constants.inserting ;

741: /*
742: || check for action in trigger and pass the same to the procedure
743: */
744: IF INSERTING THEN
745: lv_action := jai_constants.inserting ;
746: ELSIF UPDATING THEN
747: lv_action := jai_constants.updating ;
748: ELSIF DELETING THEN
749: lv_action := jai_constants.deleting ;

Line 747: lv_action := jai_constants.updating ;

743: */
744: IF INSERTING THEN
745: lv_action := jai_constants.inserting ;
746: ELSIF UPDATING THEN
747: lv_action := jai_constants.updating ;
748: ELSIF DELETING THEN
749: lv_action := jai_constants.deleting ;
750: END IF ;
751:

Line 749: lv_action := jai_constants.deleting ;

745: lv_action := jai_constants.inserting ;
746: ELSIF UPDATING THEN
747: lv_action := jai_constants.updating ;
748: ELSIF DELETING THEN
749: lv_action := jai_constants.deleting ;
750: END IF ;
751:
752: IF inserting THEN
753:

Line 762: IF lv_return_code <> jai_constants.successful then

758: pv_return_code => lv_return_code ,
759: pv_return_message => lv_return_message
760: );
761:
762: IF lv_return_code <> jai_constants.successful then
763: RAISE le_error;
764: END IF;
765:
766: END IF ;

Line 778: IF lv_return_code <> jai_constants.successful then

774: pv_return_code => lv_return_code ,
775: pv_return_message => lv_return_message
776: );
777:
778: IF lv_return_code <> jai_constants.successful then
779: RAISE le_error;
780: END IF;
781:
782: END IF ;