DBA Data[Home] [Help]

APPS.PO_VENDORS_PVT dependencies on PO_VENDORS_GRP

Line 5: SUBTYPE supplier_user_tbl_type IS po_vendors_grp.external_user_tbl_type;

1: PACKAGE PO_VENDORS_PVT AUTHID CURRENT_USER AS
2: /* $Header: POXVVENS.pls 115.2 2003/10/31 00:59:16 sahegde noship $ */
3:
4: -- define the supplier user table type for get_supplier_userlist
5: SUBTYPE supplier_user_tbl_type IS po_vendors_grp.external_user_tbl_type;
6:
7: -- Read the profile option that enables/disables the debug log
8: g_fnd_debug CONSTANT VARCHAR2(1) :=
9: NVL (FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');