DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_CUHK dependencies on AHL_OSP_ORDERS_PVT

Line 5: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,

1: PACKAGE BODY AHL_OSP_ORDERS_CUHK AS
2: /* $Header: AHLCOSPB.pls 120.0 2005/11/11 11:49:50 jeli noship $*/
3: G_PKG_NAME CONSTANT VARCHAR2(30) :='AHL_OSP_ORDERS_CUHK';
4: PROCEDURE process_osp_order_pre(
5: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
6: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
7: x_return_status OUT NOCOPY VARCHAR2,
8: x_msg_count OUT NOCOPY NUMBER,
9: x_msg_data OUT NOCOPY VARCHAR2) IS

Line 6: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,

2: /* $Header: AHLCOSPB.pls 120.0 2005/11/11 11:49:50 jeli noship $*/
3: G_PKG_NAME CONSTANT VARCHAR2(30) :='AHL_OSP_ORDERS_CUHK';
4: PROCEDURE process_osp_order_pre(
5: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
6: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
7: x_return_status OUT NOCOPY VARCHAR2,
8: x_msg_count OUT NOCOPY NUMBER,
9: x_msg_data OUT NOCOPY VARCHAR2) IS
10: /*

Line 108: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,

104: p_data => x_msg_data);
105: END process_osp_order_pre;
106:
107: PROCEDURE process_osp_order_post(
108: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
109: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
110: x_return_status OUT NOCOPY VARCHAR2,
111: x_msg_count OUT NOCOPY NUMBER,
112: x_msg_data OUT NOCOPY VARCHAR2) IS

Line 109: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,

105: END process_osp_order_pre;
106:
107: PROCEDURE process_osp_order_post(
108: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
109: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
110: x_return_status OUT NOCOPY VARCHAR2,
111: x_msg_count OUT NOCOPY NUMBER,
112: x_msg_data OUT NOCOPY VARCHAR2) IS
113: l_msg_count NUMBER;