DBA Data[Home] [Help]

APPS.PO_CONTERMS_UTL_GRP dependencies on PO_VENDORS_GRP

Line 24: SUBTYPE external_user_tbl_type IS PO_VENDORS_GRP.external_user_tbl_type;

20: -- declare items table type based on contracts items table type definition
21: SUBTYPE item_tbl_type IS OKC_TERMS_UTIL_GRP.item_tbl_type;
22:
23: -- define table type for supplier user list
24: SUBTYPE external_user_tbl_type IS PO_VENDORS_GRP.external_user_tbl_type;
25:
26: -- Contracts variable codes TBL Type
27: SUBTYPE variable_code_tbl_type IS OKC_TERMS_UTIL_GRP.variable_code_tbl_type;
28: