DBA Data[Home] [Help]

APPS.OKS_ORDER_DETAILS_PVT dependencies on OKS_COD_PVT

Line 5: subtype codv_rec_type is OKS_cod_PVT.codv_rec_type;

1: PACKAGE OKS_ORDER_DETAILS_PVT AUTHID CURRENT_USER as
2: /* $Header: OKSCCODS.pls 120.0 2005/05/25 22:32:07 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype codv_rec_type is OKS_cod_PVT.codv_rec_type;
6: subtype codv_tbl_type is OKS_cod_PVT.codv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Order_Detail(p_api_version IN NUMBER,

Line 6: subtype codv_tbl_type is OKS_cod_PVT.codv_tbl_type;

2: /* $Header: OKSCCODS.pls 120.0 2005/05/25 22:32:07 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype codv_rec_type is OKS_cod_PVT.codv_rec_type;
6: subtype codv_tbl_type is OKS_cod_PVT.codv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Order_Detail(p_api_version IN NUMBER,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,