DBA Data[Home] [Help]

APPS.GMO_INSTRUCTION_PVT dependencies on APP_EXCEPTION

Line 80: APP_EXCEPTION.RAISE_EXCEPTION;

76: );
77: end if;
78: --Diagnostics End
79:
80: APP_EXCEPTION.RAISE_EXCEPTION;
81:
82: END UPDATE_ENTITY_KEY;
83:
84: -- This API is called to create a definition context with multiple

Line 429: APP_EXCEPTION.RAISE_EXCEPTION;

425:
426: --Check the return status for each process attribute
427: IF (L_RETURN_STATUS = GMO_CONSTANTS_GRP.NO) THEN
428: ROLLBACK;
429: APP_EXCEPTION.RAISE_EXCEPTION;
430: END IF;
431:
432: ELSE
433: INSERT INTO GMO_INSTR_ATTRIBUTES_T

Line 5400: APP_EXCEPTION.RAISE_EXCEPTION;

5396: FALSE
5397: );
5398: end if;
5399:
5400: APP_EXCEPTION.RAISE_EXCEPTION;
5401:
5402: END UPDATE_INSTR_ATTRIBUTES;
5403:
5404: --This procedure sets the definition and

Line 5463: APP_EXCEPTION.RAISE_EXCEPTION;

5459: FALSE
5460: );
5461: end if;
5462:
5463: APP_EXCEPTION.RAISE_EXCEPTION;
5464:
5465: END SET_INSTR_STATUS_ATTRIBUTES;
5466:
5467:

Line 5517: APP_EXCEPTION.RAISE_EXCEPTION;

5513: FALSE
5514: );
5515: end if;
5516:
5517: APP_EXCEPTION.RAISE_EXCEPTION;
5518:
5519: END DELETE_INSTR_SET_DETAILS;
5520:
5521: -- This function gets the value of specified process variable

Line 5913: APP_EXCEPTION.RAISE_EXCEPTION;

5909:
5910: --Check the return status for each process attribute
5911: IF (L_RETURN_STATUS = GMO_CONSTANTS_GRP.NO) THEN
5912: ROLLBACK;
5913: APP_EXCEPTION.RAISE_EXCEPTION;
5914: END IF;
5915:
5916: END LOOP;
5917:

Line 5926: APP_EXCEPTION.RAISE_EXCEPTION;

5922:
5923: EXCEPTION
5924: WHEN OTHERS THEN
5925: ROLLBACK;
5926: APP_EXCEPTION.RAISE_EXCEPTION;
5927:
5928: END SET_PROCESS_ATTRIBUTES;
5929:
5930: -- This API returns the Task parameter from the GMO Attributes Temp table

Line 5948: APP_EXCEPTION.RAISE_EXCEPTION;

5944: RETURN L_PARAM_VALUE;
5945:
5946: EXCEPTION
5947: WHEN OTHERS THEN
5948: APP_EXCEPTION.RAISE_EXCEPTION;
5949:
5950: END GET_TASK_PARAMETER;
5951:
5952: -- This API adds the selected instruction to the working instruction set during

Line 6324: APP_EXCEPTION.RAISE_EXCEPTION;

6320: 'gmo.plsql.GMO_INSTRUCTION_PVT.GET_INSTR_INSTANCE_XML',
6321: FALSE
6322: );
6323: end if;
6324: APP_EXCEPTION.RAISE_EXCEPTION;
6325:
6326: END GET_INSTR_INSTANCE_XML;
6327:
6328:

Line 6366: APP_EXCEPTION.RAISE_EXCEPTION;

6362: FALSE
6363: );
6364: end if;
6365:
6366: APP_EXCEPTION.RAISE_EXCEPTION;
6367:
6368: END TERMINATE_INSTR_DEFN_PROCESS;
6369:
6370: --Bug 5383022: start