DBA Data[Home] [Help]

APPS.ISG_BPEL_CTX_PKG dependencies on FND_NEW_MESSAGES

Line 91: FROM fnd_new_messages

87: and Installed_flag in ('B','I');
88: END IF;
89: SELECT message_text
90: INTO pISGErrorMsg
91: FROM fnd_new_messages
92: WHERE message_name = pISGErrorCode
93: AND language_code = pLangCode;
94: ISG_RAISE_EVENT(PApiName, pOperationName, pinstanceId, pconversationId, pISGErrorCode, pISGErrorMsg, pISGErrorDetail);
95: END GET_MESSAGE;