DBA Data[Home] [Help]

APPS.AP_WEB_MANAGEMENT_REPORTS_PKG dependencies on PER_WORKFORCE_X

Line 325: full_name per_workforce_x.FULL_NAME%TYPE,

321:
322: -- Declare program variables
323: TYPE ByManagerRecType IS RECORD (
324: employee_id ap_expense_report_headers.EMPLOYEE_ID%TYPE,
325: full_name per_workforce_x.FULL_NAME%TYPE,
326: total_expenses NUMBER,
327: violation_line_amount NUMBER,
328: violation_amount NUMBER,
329: percent_violation NUMBER,

Line 332: supervisor_id per_workforce_x.SUPERVISOR_ID%TYPE,

328: violation_amount NUMBER,
329: percent_violation NUMBER,
330: number_of_violations NUMBER,
331: most_violated_policy ap_lookup_codes.DISPLAYED_FIELD%TYPE,
332: supervisor_id per_workforce_x.SUPERVISOR_ID%TYPE,
333: effective_start_date DATE, -- 4319234 the two date columns are added to the record
334: effective_end_date DATE
335: );
336: