DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_CUST_WF dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 92: l_next_approver_status per_assignment_status_types.per_system_status%type;

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
95: --p_next_approver_id direct manager
96: --p_override_approver_id if overriding approver is entered

Line 233: l_dir_manager_status per_assignment_status_types.per_system_status%type;

229: l_adminApprover AME_UTIL.approverRecord;
230: l_ApprReqCC VARCHAR2(1);
231:
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;