DBA Data[Home] [Help]

APPS.JAI_PO_HA_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 385: lv_action := jai_constants.inserting ;

381: /*
382: || check for action in trigger and pass the same to the procedure
383: */
384: IF INSERTING THEN
385: lv_action := jai_constants.inserting ;
386: ELSIF UPDATING THEN
387: lv_action := jai_constants.updating ;
388: ELSIF DELETING THEN
389: lv_action := jai_constants.deleting ;

Line 387: lv_action := jai_constants.updating ;

383: */
384: IF INSERTING THEN
385: lv_action := jai_constants.inserting ;
386: ELSIF UPDATING THEN
387: lv_action := jai_constants.updating ;
388: ELSIF DELETING THEN
389: lv_action := jai_constants.deleting ;
390: END IF ;
391:

Line 389: lv_action := jai_constants.deleting ;

385: lv_action := jai_constants.inserting ;
386: ELSIF UPDATING THEN
387: lv_action := jai_constants.updating ;
388: ELSIF DELETING THEN
389: lv_action := jai_constants.deleting ;
390: END IF ;
391:
392: --Added by Wenqiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 Begin
393: IF jai_po_proc_pkg.rfq_quotation_related(pr_po_header => t_new_rec) = FALSE THEN

Line 419: IF lv_return_code <> jai_constants.successful then

415: pv_action => lv_action ,
416: pv_return_code => lv_return_code ,
417: pv_return_message => lv_return_message
418: );
419: IF lv_return_code <> jai_constants.successful then
420: RAISE le_error;
421: END IF;*/
422:
423: END IF ;

Line 439: IF lv_return_code <> jai_constants.successful then

435: pv_return_code => lv_return_code ,
436: pv_return_message => lv_return_message
437: );
438:
439: IF lv_return_code <> jai_constants.successful then
440: RAISE le_error;
441: END IF;*/
442:
443: END IF ;