DBA Data[Home] [Help]

APPS.AP_SUPPLIER_INFO_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 11: TYPE t_site_con_rec IS RECORD ( site_rec ap_supplier_sites_all%ROWTYPE,

7: INDEX BY BINARY_INTEGER;
8:
9: -- Declare a record for supplier site. Each record will have one
10: -- site record and a table of contacts associated with that site
11: TYPE t_site_con_rec IS RECORD ( site_rec ap_supplier_sites_all%ROWTYPE,
12: contact_tab t_contacts_tab );
13:
14: -- Declare a table for supplier site with each record being of the
15: -- type of site record declared above