DBA Data[Home] [Help]

APPS.PAY_NL_NSI_PROCESS dependencies on FND_NEW_MESSAGES

Line 138: v_message_text fnd_new_messages.message_text%TYPE;

134: | if so flag a Error message to the Log File |
135: -------------------------------------------------------------------------------*/
136:
137: Procedure Mandatory_Check(p_message_name varchar2,p_field varchar2,p_value varchar2) is
138: v_message_text fnd_new_messages.message_text%TYPE;
139: v_employee_dat VARCHAR2(255);
140: v_label_desc hr_lookups.meaning%TYPE;
141: Begin
142: hr_utility.set_location('Checking Field '||p_field,425);