DBA Data[Home] [Help]

APPS.JAI_AP_IA_DTC_BRIUD_T1 dependencies on JAI_CONSTANTS

Line 483: lv_action := jai_constants.inserting ;

479: /*
480: || check for action in trigger and pass the same to the procedure
481: */
482: IF INSERTING THEN
483: lv_action := jai_constants.inserting ;
484: ELSIF UPDATING THEN
485: lv_action := jai_constants.updating ;
486: ELSIF DELETING THEN
487: lv_action := jai_constants.deleting ;

Line 485: lv_action := jai_constants.updating ;

481: */
482: IF INSERTING THEN
483: lv_action := jai_constants.inserting ;
484: ELSIF UPDATING THEN
485: lv_action := jai_constants.updating ;
486: ELSIF DELETING THEN
487: lv_action := jai_constants.deleting ;
488: END IF ;
489: --Commented by Qiong for AP OPEN INTERFACE BEGIN

Line 487: lv_action := jai_constants.deleting ;

483: lv_action := jai_constants.inserting ;
484: ELSIF UPDATING THEN
485: lv_action := jai_constants.updating ;
486: ELSIF DELETING THEN
487: lv_action := jai_constants.deleting ;
488: END IF ;
489: --Commented by Qiong for AP OPEN INTERFACE BEGIN
490: /*
491: IF INSERTING THEN

Line 501: IF lv_return_code <> jai_constants.successful then

497: pv_return_code => lv_return_code ,
498: pv_return_message => lv_return_message
499: );
500:
501: IF lv_return_code <> jai_constants.successful then
502: RAISE le_error;
503: END IF;
504:
505: --Added by Zhiwei Hou for DTC enhancement on 20120202 begin

Line 537: IF lv_return_code <> jai_constants.successful then

533: pv_return_code => lv_return_code ,
534: pv_return_message => lv_return_message
535: );
536:
537: IF lv_return_code <> jai_constants.successful then
538: RAISE le_error;
539: END IF;
540:
541: END IF ;

Line 553: IF lv_return_code <> jai_constants.successful then

549: pv_return_code => lv_return_code ,
550: pv_return_message => lv_return_message
551: );
552:
553: IF lv_return_code <> jai_constants.successful then
554: RAISE le_error;
555: END IF;
556:
557: END IF ;