DBA Data[Home] [Help]

APPS.OKS_REV_DISTR_PVT dependencies on OKS_RDS_PVT

Line 5: subtype rdsv_rec_type is OKS_rds_PVT.rdsv_rec_type;

1: Package OKS_REV_DISTR_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKSCRDSS.pls 120.0 2005/05/25 18:01:48 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rdsv_rec_type is OKS_rds_PVT.rdsv_rec_type;
6: subtype rdsv_tbl_type is OKS_rds_PVT.rdsv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Revenue_Distr(p_api_version IN NUMBER,

Line 6: subtype rdsv_tbl_type is OKS_rds_PVT.rdsv_tbl_type;

2: /* $Header: OKSCRDSS.pls 120.0 2005/05/25 18:01:48 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype rdsv_rec_type is OKS_rds_PVT.rdsv_rec_type;
6: subtype rdsv_tbl_type is OKS_rds_PVT.rdsv_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Revenue_Distr(p_api_version IN NUMBER,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,