DBA Data[Home] [Help]

APPS.JAI_AP_IA_BRIUD_T1 dependencies on JAI_CONSTANTS

Line 422: lv_action := jai_constants.inserting ;

418: /*
419: || check for action in trigger and pass the same to the procedure
420: */
421: IF INSERTING THEN
422: lv_action := jai_constants.inserting ;
423: ELSIF UPDATING THEN
424: lv_action := jai_constants.updating ;
425: ELSIF DELETING THEN
426: lv_action := jai_constants.deleting ;

Line 424: lv_action := jai_constants.updating ;

420: */
421: IF INSERTING THEN
422: lv_action := jai_constants.inserting ;
423: ELSIF UPDATING THEN
424: lv_action := jai_constants.updating ;
425: ELSIF DELETING THEN
426: lv_action := jai_constants.deleting ;
427: END IF ;
428:

Line 426: lv_action := jai_constants.deleting ;

422: lv_action := jai_constants.inserting ;
423: ELSIF UPDATING THEN
424: lv_action := jai_constants.updating ;
425: ELSIF DELETING THEN
426: lv_action := jai_constants.deleting ;
427: END IF ;
428:
429: IF INSERTING THEN
430:

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 ;

Line 455: IF lv_return_code <> jai_constants.successful then

451: pv_return_code => lv_return_code ,
452: pv_return_message => lv_return_message
453: );
454:
455: IF lv_return_code <> jai_constants.successful then
456: RAISE le_error;
457: END IF;
458:
459: END IF ;

Line 471: IF lv_return_code <> jai_constants.successful then

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