DBA Data[Home] [Help]

APPS.JAI_PO_LA_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 353: lv_action := jai_constants.inserting ;

349: /*
350: || check for action in trigger and pass the same to the procedure
351: */
352: IF INSERTING THEN
353: lv_action := jai_constants.inserting ;
354: ELSIF UPDATING THEN
355: lv_action := jai_constants.updating ;
356: ELSIF DELETING THEN
357: lv_action := jai_constants.deleting ;

Line 355: lv_action := jai_constants.updating ;

351: */
352: IF INSERTING THEN
353: lv_action := jai_constants.inserting ;
354: ELSIF UPDATING THEN
355: lv_action := jai_constants.updating ;
356: ELSIF DELETING THEN
357: lv_action := jai_constants.deleting ;
358: END IF ;
359:

Line 357: lv_action := jai_constants.deleting ;

353: lv_action := jai_constants.inserting ;
354: ELSIF UPDATING THEN
355: lv_action := jai_constants.updating ;
356: ELSIF DELETING THEN
357: lv_action := jai_constants.deleting ;
358: END IF ;
359:
360: --Added by Wenqiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 Begin
361: IF jai_po_proc_pkg.rfq_quotation_related(pr_po_line => t_new_rec) = FALSE THEN

Line 385: IF lv_return_code <> jai_constants.successful then

381: pv_return_message => lv_return_message
382: );
383: -- Comment out by Wenqiong for 14040855/JAI Triggers Elimination on 1-Jun-2012 end
384: */
385: IF lv_return_code <> jai_constants.successful then
386: RAISE le_error;
387: END IF;
388:
389: END IF ;

Line 412: IF lv_return_code <> jai_constants.successful then

408: pv_return_code => lv_return_code ,
409: pv_return_message => lv_return_message
410: );*/
411:
412: IF lv_return_code <> jai_constants.successful then
413: RAISE le_error;
414: END IF;
415:
416: END IF ;

Line 433: IF lv_return_code <> jai_constants.successful then

429: pv_return_code => lv_return_code ,
430: pv_return_message => lv_return_message
431: );
432:
433: IF lv_return_code <> jai_constants.successful then
434: RAISE le_error;
435: END IF; */
436:
437: END IF ;