DBA Data[Home] [Help]

APPS.JAI_JCMR_ARIUD_T1 dependencies on JAI_CONSTANTS

Line 81: lv_action := jai_constants.inserting ;

77: /*
78: || check for action in trigger and pass the same to the procedure
79: */
80: IF INSERTING THEN
81: lv_action := jai_constants.inserting ;
82: ELSIF UPDATING THEN
83: lv_action := jai_constants.updating ;
84: ELSIF DELETING THEN
85: lv_action := jai_constants.deleting ;

Line 83: lv_action := jai_constants.updating ;

79: */
80: IF INSERTING THEN
81: lv_action := jai_constants.inserting ;
82: ELSIF UPDATING THEN
83: lv_action := jai_constants.updating ;
84: ELSIF DELETING THEN
85: lv_action := jai_constants.deleting ;
86: END IF ;
87:

Line 85: lv_action := jai_constants.deleting ;

81: lv_action := jai_constants.inserting ;
82: ELSIF UPDATING THEN
83: lv_action := jai_constants.updating ;
84: ELSIF DELETING THEN
85: lv_action := jai_constants.deleting ;
86: END IF ;
87:
88: IF INSERTING THEN
89:

Line 100: IF lv_return_code <> jai_constants.successful then

96: pv_return_code => lv_return_code ,
97: pv_return_message => lv_return_message
98: );
99:
100: IF lv_return_code <> jai_constants.successful then
101: RAISE le_error;
102: END IF;
103:
104: END IF ;

Line 116: IF lv_return_code <> jai_constants.successful then

112: pv_return_code => lv_return_code ,
113: pv_return_message => lv_return_message
114: );
115:
116: IF lv_return_code <> jai_constants.successful then
117: RAISE le_error;
118: END IF;
119:
120: END IF ;

Line 136: IF lv_return_code <> jai_constants.successful then

132: pv_return_code => lv_return_code ,
133: pv_return_message => lv_return_message
134: );
135:
136: IF lv_return_code <> jai_constants.successful then
137: RAISE le_error;
138: END IF;
139:
140: END IF ;

Line 152: IF lv_return_code <> jai_constants.successful then

148: pv_return_code => lv_return_code ,
149: pv_return_message => lv_return_message
150: );
151:
152: IF lv_return_code <> jai_constants.successful then
153: RAISE le_error;
154: END IF;
155:
156: END IF ;