DBA Data[Home] [Help]

APPS.OKC_PH_LINE_BREAKS_PVT dependencies on OKC_PHL_PVT

Line 5: subtype okc_ph_line_breaks_v_rec_type is OKC_PHL_PVT.okc_ph_line_breaks_v_rec_type;

1: PACKAGE OKC_PH_LINE_BREAKS_PVT AUTHID CURRENT_USER as
2: /* $Header: OKCRPHLS.pls 120.0 2005/05/30 04:12:06 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype okc_ph_line_breaks_v_rec_type is OKC_PHL_PVT.okc_ph_line_breaks_v_rec_type;
6: subtype okc_ph_line_breaks_v_tbl_type is OKC_PHL_PVT.okc_ph_line_breaks_v_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Price_Hold_Line_Breaks(p_api_version IN NUMBER,

Line 6: subtype okc_ph_line_breaks_v_tbl_type is OKC_PHL_PVT.okc_ph_line_breaks_v_tbl_type;

2: /* $Header: OKCRPHLS.pls 120.0 2005/05/30 04:12:06 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype okc_ph_line_breaks_v_rec_type is OKC_PHL_PVT.okc_ph_line_breaks_v_rec_type;
6: subtype okc_ph_line_breaks_v_tbl_type is OKC_PHL_PVT.okc_ph_line_breaks_v_tbl_type;
7:
8: -- public procedure declarations
9: procedure create_Price_Hold_Line_Breaks(p_api_version IN NUMBER,
10: p_init_msg_list IN VARCHAR2 default OKC_API.G_FALSE,