DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 845: inventory_organization_id financials_system_params_all.inventory_organization_id%type);

841: g_site_attributes supplier_site_tab;
842: ------
843:
844: TYPE fsp_rec Is RECORD(
845: inventory_organization_id financials_system_params_all.inventory_organization_id%type);
846:
847: TYPE fsp_tab IS TABLE OF fsp_rec
848: INDEX BY PLS_INTEGER;
849: