DBA Data[Home] [Help]

APPS.JAI_PO_LLA_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 386: lv_action := jai_constants.inserting ;

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

Line 388: lv_action := jai_constants.updating ;

384: */
385: IF INSERTING THEN
386: lv_action := jai_constants.inserting ;
387: ELSIF UPDATING THEN
388: lv_action := jai_constants.updating ;
389: ELSIF DELETING THEN
390: lv_action := jai_constants.deleting ;
391: END IF ;
392: --Added by Wenqiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 Begin

Line 390: lv_action := jai_constants.deleting ;

386: lv_action := jai_constants.inserting ;
387: ELSIF UPDATING THEN
388: lv_action := jai_constants.updating ;
389: ELSIF DELETING THEN
390: lv_action := jai_constants.deleting ;
391: END IF ;
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_line_loc => t_new_rec) = FALSE THEN
394: RETURN;

Line 415: IF lv_return_code <> jai_constants.successful then

411: pv_return_message => lv_return_message
412: );
413: --Comment out by Wenqiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 end
414: */
415: IF lv_return_code <> jai_constants.successful then
416: RAISE le_error;
417: END IF;
418:
419: END IF ;

Line 441: IF lv_return_code <> jai_constants.successful then

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

Line 469: IF lv_return_code <> jai_constants.successful then

465: pv_return_code => lv_return_code ,
466: pv_return_message => lv_return_message
467: );
468:
469: IF lv_return_code <> jai_constants.successful then
470: RAISE le_error;
471: END IF;
472: */
473: END IF ;