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: IF UPDATING THEN
393:

Line 405: IF lv_return_code <> jai_constants.successful then

401: pv_return_code => lv_return_code ,
402: pv_return_message => lv_return_message
403: );
404:
405: IF lv_return_code <> jai_constants.successful then
406: RAISE le_error;
407: END IF;
408:
409: END IF ;

Line 421: IF lv_return_code <> jai_constants.successful then

417: pv_return_code => lv_return_code ,
418: pv_return_message => lv_return_message
419: );
420:
421: IF lv_return_code <> jai_constants.successful then
422: RAISE le_error;
423: END IF;
424:
425: END IF ;