DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 437: (org_id FINANCIALS_SYSTEM_PARAMS_ALL.Org_Id%TYPE);

433: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
434: index by BINARY_INTEGER;
435:
436: TYPE fsp_org_rec_type IS RECORD
437: (org_id FINANCIALS_SYSTEM_PARAMS_ALL.Org_Id%TYPE);
438:
439: TYPE fsp_org_tab_type IS TABLE OF fsp_org_rec_type
440: index by BINARY_INTEGER;
441: