DBA Data[Home] [Help]

APPS.AHL_ENIGMA_IPC_PROCS_PVT dependencies on DUAL

Line 81: SELECT AHL_ENIGMA_PROCESS_LOG_S.NEXTVAL INTO l_log_id FROM DUAL;

77: --
78:
79: BEGIN
80: -- get the next value of the sequence AHL_ENIGMA_PROCESS_LOG_S
81: SELECT AHL_ENIGMA_PROCESS_LOG_S.NEXTVAL INTO l_log_id FROM DUAL;
82:
83: IF (p_process_status <> 'S') THEN
84: -- call the private function Get_Msg_Data
85: l_msg_data := SUBSTR(Get_Msg_Data(p_msg_count), 1, 2000);