DBA Data[Home] [Help]

APPS.OKS_SALES_CREDIT_PVT dependencies on OKS_SCR_PVT

Line 5: subtype scrv_rec_type is OKS_scr_PVT.scrv_rec_type;

1: PACKAGE OKS_SALES_CREDIT_PVT AUTHID CURRENT_USER as
2: /* $Header: OKSCSCRS.pls 120.0 2005/05/25 18:31:56 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype scrv_rec_type is OKS_scr_PVT.scrv_rec_type;
6: subtype scrv_tbl_type is OKS_scr_PVT.scrv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Sales_Credit(p_api_version IN NUMBER,

Line 6: subtype scrv_tbl_type is OKS_scr_PVT.scrv_tbl_type;

2: /* $Header: OKSCSCRS.pls 120.0 2005/05/25 18:31:56 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype scrv_rec_type is OKS_scr_PVT.scrv_rec_type;
6: subtype scrv_tbl_type is OKS_scr_PVT.scrv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Sales_Credit(p_api_version IN NUMBER,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,