DBA Data[Home] [Help]

APPS.AP_SUPPLIER_INFO_PKG dependencies on PO_VENDOR_CONTACTS

Line 6: TYPE t_contacts_tab IS TABLE OF po_vendor_contacts%ROWTYPE

2: /* $Header: apsupinfs.pls 120.1.12010000.3 2008/11/18 10:46:51 anarun noship $ */
3:
4: -- Type Declarations
5:
6: TYPE t_contacts_tab IS TABLE OF po_vendor_contacts%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