DBA Data[Home] [Help]

APPS.OKC_SALES_CREDIT_PVT dependencies on OKC_SCR_PVT

Line 7: subtype scrv_rec_type is OKC_scr_PVT.scrv_rec_type;

3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5:
6: -- simple entity object subtype definitions
7: subtype scrv_rec_type is OKC_scr_PVT.scrv_rec_type;
8: subtype scrv_tbl_type is OKC_scr_PVT.scrv_tbl_type;
9:
10: -- public procedure declarations
11: procedure create_Sales_Credit(p_api_version IN NUMBER,

Line 8: subtype scrv_tbl_type is OKC_scr_PVT.scrv_tbl_type;

4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5:
6: -- simple entity object subtype definitions
7: subtype scrv_rec_type is OKC_scr_PVT.scrv_rec_type;
8: subtype scrv_tbl_type is OKC_scr_PVT.scrv_tbl_type;
9:
10: -- public procedure declarations
11: procedure create_Sales_Credit(p_api_version IN NUMBER,
12: p_init_msg_list IN VARCHAR2 ,