DBA Data[Home] [Help]

APPS.IGS_EN_SUA_LGCY_PUB dependencies on FND_NEW_MESSAGES

Line 31: FROM fnd_new_messages

27:
28: -- Cursor to fetch parameter for querying label GRADE
29: CURSOR get_grade IS
30: SELECT message_text
31: FROM fnd_new_messages
32: WHERE message_name = 'IGS_EN_GRADE' ;
33:
34: -- Declare local variables and initialise parameters.
35: l_msg_count NUMBER ;

Line 37: l_grade_msg FND_NEW_MESSAGES.MESSAGE_NAME%TYPE;

33:
34: -- Declare local variables and initialise parameters.
35: l_msg_count NUMBER ;
36: l_msg_data VARCHAR2(2000);
37: l_grade_msg FND_NEW_MESSAGES.MESSAGE_NAME%TYPE;
38:
39: BEGIN
40:
41: -- Person Number is Mandatory