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.2 2008/12/04 13:33:14 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