DBA Data[Home] [Help]

APPS.AP_WEB_MANAGEMENT_REPORTS_PKG dependencies on PER_WORKFORCE_X

Line 314: full_name per_workforce_x.FULL_NAME%TYPE,

310:
311: -- Declare program variables
312: TYPE ByManagerRecType IS RECORD (
313: employee_id ap_expense_report_headers.EMPLOYEE_ID%TYPE,
314: full_name per_workforce_x.FULL_NAME%TYPE,
315: total_expenses NUMBER,
316: violation_line_amount NUMBER,
317: violation_amount NUMBER,
318: percent_violation NUMBER,

Line 321: supervisor_id per_workforce_x.SUPERVISOR_ID%TYPE,

317: violation_amount NUMBER,
318: percent_violation NUMBER,
319: number_of_violations NUMBER,
320: most_violated_policy ap_lookup_codes.DISPLAYED_FIELD%TYPE,
321: supervisor_id per_workforce_x.SUPERVISOR_ID%TYPE,
322: effective_start_date DATE, -- 4319234 the two date columns are added to the record
323: effective_end_date DATE
324: );
325: