DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 826: bill_to_location_id hr_all_organization_units.location_id%type);

822: p_error_code OUT NOCOPY VARCHAR2) RETURN BOOLEAN;
823:
824: ------
825: TYPE org_rec Is RECORD(
826: bill_to_location_id hr_all_organization_units.location_id%type);
827:
828: TYPE org_tab IS TABLE OF org_rec
829: INDEX BY PLS_INTEGER;
830: