DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_CUST_WF dependencies on FND_NEW_MESSAGES

Line 90: l_error_message fnd_new_messages.message_text%type;

86: ) IS
87: ---------------------------------------------------------------------------
88: l_debug_info VARCHAR2(200);
89: -- bug 3257576
90: l_error_message fnd_new_messages.message_text%type;
91: l_curr_approver_name per_people_x.full_name%type;
92: l_next_approver_status per_assignment_status_types.per_system_status%type;
93: l_next_approver_name per_people_x.full_name%type;
94: BEGIN

Line 236: l_instructions fnd_new_messages.message_text%type;

232: -- bug 3257576
233: l_dir_manager_status per_assignment_status_types.per_system_status%type;
234: l_dir_manager_name per_people_x.full_name%type;
235: l_employee_name per_people_x.full_name%type;
236: l_instructions fnd_new_messages.message_text%type;
237: l_special_instr fnd_new_messages.message_text%type;
238: l_error fnd_new_messages.message_text%type;
239: BEGIN
240:

Line 237: l_special_instr fnd_new_messages.message_text%type;

233: l_dir_manager_status per_assignment_status_types.per_system_status%type;
234: l_dir_manager_name per_people_x.full_name%type;
235: l_employee_name per_people_x.full_name%type;
236: l_instructions fnd_new_messages.message_text%type;
237: l_special_instr fnd_new_messages.message_text%type;
238: l_error fnd_new_messages.message_text%type;
239: BEGIN
240:
241: IF (p_funmode = 'RUN') THEN

Line 238: l_error fnd_new_messages.message_text%type;

234: l_dir_manager_name per_people_x.full_name%type;
235: l_employee_name per_people_x.full_name%type;
236: l_instructions fnd_new_messages.message_text%type;
237: l_special_instr fnd_new_messages.message_text%type;
238: l_error fnd_new_messages.message_text%type;
239: BEGIN
240:
241: IF (p_funmode = 'RUN') THEN
242: