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 5422: APP_EXCEPTION.RAISE_EXCEPTION;

5418: FALSE
5419: );
5420: end if;
5421:
5422: APP_EXCEPTION.RAISE_EXCEPTION;
5423:
5424: END UPDATE_INSTR_ATTRIBUTES;
5425:
5426: --This procedure sets the definition and

Line 5485: APP_EXCEPTION.RAISE_EXCEPTION;

5481: FALSE
5482: );
5483: end if;
5484:
5485: APP_EXCEPTION.RAISE_EXCEPTION;
5486:
5487: END SET_INSTR_STATUS_ATTRIBUTES;
5488:
5489:

Line 5539: APP_EXCEPTION.RAISE_EXCEPTION;

5535: FALSE
5536: );
5537: end if;
5538:
5539: APP_EXCEPTION.RAISE_EXCEPTION;
5540:
5541: END DELETE_INSTR_SET_DETAILS;
5542:
5543: -- This function gets the value of specified process variable

Line 5935: APP_EXCEPTION.RAISE_EXCEPTION;

5931:
5932: --Check the return status for each process attribute
5933: IF (L_RETURN_STATUS = GMO_CONSTANTS_GRP.NO) THEN
5934: ROLLBACK;
5935: APP_EXCEPTION.RAISE_EXCEPTION;
5936: END IF;
5937:
5938: END LOOP;
5939:

Line 5948: APP_EXCEPTION.RAISE_EXCEPTION;

5944:
5945: EXCEPTION
5946: WHEN OTHERS THEN
5947: ROLLBACK;
5948: APP_EXCEPTION.RAISE_EXCEPTION;
5949:
5950: END SET_PROCESS_ATTRIBUTES;
5951:
5952: -- This API returns the Task parameter from the GMO Attributes Temp table

Line 5970: APP_EXCEPTION.RAISE_EXCEPTION;

5966: RETURN L_PARAM_VALUE;
5967:
5968: EXCEPTION
5969: WHEN OTHERS THEN
5970: APP_EXCEPTION.RAISE_EXCEPTION;
5971:
5972: END GET_TASK_PARAMETER;
5973:
5974: -- This API adds the selected instruction to the working instruction set during

Line 6347: APP_EXCEPTION.RAISE_EXCEPTION;

6343: 'gmo.plsql.GMO_INSTRUCTION_PVT.GET_INSTR_INSTANCE_XML',
6344: FALSE
6345: );
6346: end if;
6347: APP_EXCEPTION.RAISE_EXCEPTION;
6348:
6349: END GET_INSTR_INSTANCE_XML;
6350:
6351:

Line 6389: APP_EXCEPTION.RAISE_EXCEPTION;

6385: FALSE
6386: );
6387: end if;
6388:
6389: APP_EXCEPTION.RAISE_EXCEPTION;
6390:
6391: END TERMINATE_INSTR_DEFN_PROCESS;
6392:
6393: --Bug 5383022: start