DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 884: bill_to_location_id hr_all_organization_units.location_id%type);

880: p_error_code OUT NOCOPY VARCHAR2) RETURN BOOLEAN;
881:
882: ------
883: TYPE org_rec Is RECORD(
884: bill_to_location_id hr_all_organization_units.location_id%type);
885:
886: TYPE org_tab IS TABLE OF org_rec
887: INDEX BY PLS_INTEGER;
888: