DBA Data[Home] [Help]

APPS.IGS_GE_MSG_STACK SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 23

Procedure DELETE_MSG
(   p_msg_index IN    NUMBER	:=	NULL
) AS
BEGIN
FND_MSG_PUB.DELETE_MSG(p_msg_index);
Line: 28

End DELETE_MSG;
Line: 49

	   IGS_GE_MSG_STACK.DELETE_MSG(ln_msg_index);