DBA Data[Home] [Help]

APPS.OTFR2483 dependencies on PO_VENDORS

Line 166: supplier po_vendors.vendor_name%TYPE,

162: trn_start date,
163: trn_end date,
164: class_name ota_events_tl.title%TYPE,
165: plan_name ota_training_plans.name%TYPE,
166: supplier po_vendors.vendor_name%TYPE,
167: leave_cat hr_lookups.meaning%TYPE,
168: legal_cat hr_lookups.meaning%TYPE,
169: act_hrs_chr varchar2(150),
170: out_hrs_chr varchar2(150),

Line 2504: po_vendors ota_pv

2500: ';
2501: L_GROUP_INNER1 := ') costs,
2502: ota_events EVT,
2503: ota_events_tl evt_tl,
2504: po_vendors ota_pv
2505: where costs.event_id = EVT.event_id (+)
2506: and EVT.event_id = EVT_tl.event_id (+)
2507: and EVT_tl.language(+) = userenv(''LANG'')
2508: and EVT.vendor_id = ota_pv.vendor_id(+)

Line 2588: po_vendors ota_pv,

2584: per_all_assignments_f ass,
2585: per_all_people_f per,
2586: per_absence_attendances pabs,
2587: per_absence_attendance_types pabt,
2588: po_vendors ota_pv,
2589: hr_organization_information bg_info
2590: where comp.organization_id = :p_company_id
2591: and comp.date_from <= :p_year_end
2592: and (comp.date_to is null or