DBA Data[Home] [Help]

APPS.JAI_OE_OLA_ARIUD_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 778: IF lv_return_code <> jai_constants.successful THEN

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

Line 818: IF lv_return_code <> jai_constants.successful then

814: pv_return_code => lv_return_code ,
815: pv_return_message => lv_return_message
816: );
817:
818: IF lv_return_code <> jai_constants.successful then
819: RAISE le_error;
820: END IF;
821:
822: END IF ;

Line 848: IF lv_return_code <> jai_constants.successful then

844: pv_return_code => lv_return_code ,
845: pv_return_message => lv_return_message
846: );
847:
848: IF lv_return_code <> jai_constants.successful then
849: RAISE le_error;
850: END IF;
851:
852: END IF ;

Line 870: IF lv_return_code <> jai_constants.successful

866: , pv_action => lv_action
867: , pv_return_code => lv_return_code
868: , pv_return_message => lv_return_message
869: );
870: IF lv_return_code <> jai_constants.successful
871: THEN
872: RAISE le_error;
873: END IF; -- lv_return_code <> jai_constants.successful
874: END IF; -- (nvl(:old.fulfilled_flag, 'N') <> 'Y' ......

Line 873: END IF; -- lv_return_code <> jai_constants.successful

869: );
870: IF lv_return_code <> jai_constants.successful
871: THEN
872: RAISE le_error;
873: END IF; -- lv_return_code <> jai_constants.successful
874: END IF; -- (nvl(:old.fulfilled_flag, 'N') <> 'Y' ......
875: -- added by Allen Yang 31-Mar-2010 for bug 9485355, end
876:
877: END IF ;

Line 889: IF lv_return_code <> jai_constants.successful then

885: pv_return_code => lv_return_code ,
886: pv_return_message => lv_return_message
887: );
888:
889: IF lv_return_code <> jai_constants.successful then
890: RAISE le_error;
891: END IF;
892:
893: END IF ;