DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 903: inventory_organization_id financials_system_params_all.inventory_organization_id%type);

899: g_site_attributes supplier_site_tab;
900: ------
901:
902: TYPE fsp_rec Is RECORD(
903: inventory_organization_id financials_system_params_all.inventory_organization_id%type);
904:
905: TYPE fsp_tab IS TABLE OF fsp_rec
906: INDEX BY PLS_INTEGER;
907: