DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_CUST_WF dependencies on PER_PEOPLE_X

Line 91: l_curr_approver_name per_people_x.full_name%type;

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
95: --p_next_approver_id direct manager

Line 93: l_next_approver_name per_people_x.full_name%type;

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
97: --p_curr_approver_id will have same value as p_override_approver_id

Line 234: l_dir_manager_name per_people_x.full_name%type;

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;
238: l_error fnd_new_messages.message_text%type;

Line 235: l_employee_name per_people_x.full_name%type;

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;
238: l_error fnd_new_messages.message_text%type;
239: BEGIN