DBA Data[Home] [Help]

APPS.JAI_AP_IDA_BRIUD_DTC_T1 dependencies on JAI_CONSTANTS

Line 871: lv_action := jai_constants.inserting ;

867: /*
868: || check for action in trigger and pass the same to the procedure
869: */
870: IF INSERTING THEN
871: lv_action := jai_constants.inserting ;
872: ELSIF UPDATING THEN
873: lv_action := jai_constants.updating ;
874: ELSIF DELETING THEN
875: lv_action := jai_constants.deleting ;

Line 873: lv_action := jai_constants.updating ;

869: */
870: IF INSERTING THEN
871: lv_action := jai_constants.inserting ;
872: ELSIF UPDATING THEN
873: lv_action := jai_constants.updating ;
874: ELSIF DELETING THEN
875: lv_action := jai_constants.deleting ;
876: END IF ;
877:

Line 875: lv_action := jai_constants.deleting ;

871: lv_action := jai_constants.inserting ;
872: ELSIF UPDATING THEN
873: lv_action := jai_constants.updating ;
874: ELSIF DELETING THEN
875: lv_action := jai_constants.deleting ;
876: END IF ;
877:
878: /*START, mmurtuza for Bug#13602572*/
879: if updating then

Line 919: IF lv_return_code <> jai_constants.successful then

915: pv_return_code => lv_return_code ,
916: pv_return_message => lv_return_message
917: );
918:
919: IF lv_return_code <> jai_constants.successful then
920: RAISE le_error;
921: END IF;
922:
923: END IF ;

Line 935: IF lv_return_code <> jai_constants.successful then

931: pv_return_code => lv_return_code ,
932: pv_return_message => lv_return_message
933: );
934:
935: IF lv_return_code <> jai_constants.successful then
936: RAISE le_error;
937: END IF;
938: Commented by Chong.Lei for ZX intergration 20120504 end*/
939:

Line 967: IF lv_return_code <> jai_constants.successful then

963: pv_return_code => lv_return_code ,
964: pv_return_message => lv_return_message
965: );
966:
967: IF lv_return_code <> jai_constants.successful then
968: RAISE le_error;
969: END IF;
970:
971: END IF ;