DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_CUHK dependencies on AHL_OSP_ORDERS_PVT

Line 4: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,

1: PACKAGE AHL_OSP_ORDERS_CUHK AS
2: /* $Header: AHLCOSPS.pls 120.0 2005/11/11 11:49:34 jeli noship $*/
3: PROCEDURE process_osp_order_pre(
4: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
5: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
6: x_return_status OUT NOCOPY VARCHAR2,
7: x_msg_count OUT NOCOPY NUMBER,
8: x_msg_data OUT NOCOPY VARCHAR2);

Line 5: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,

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

Line 11: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,

7: x_msg_count OUT NOCOPY NUMBER,
8: x_msg_data OUT NOCOPY VARCHAR2);
9:
10: PROCEDURE process_osp_order_post(
11: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
12: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
13: x_return_status OUT NOCOPY VARCHAR2,
14: x_msg_count OUT NOCOPY NUMBER,
15: x_msg_data OUT NOCOPY VARCHAR2);

Line 12: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,

8: x_msg_data OUT NOCOPY VARCHAR2);
9:
10: PROCEDURE process_osp_order_post(
11: p_osp_order_rec IN AHL_OSP_ORDERS_PVT.osp_order_rec_type,
12: p_osp_order_lines_tbl IN AHL_OSP_ORDERS_PVT.osp_order_lines_tbl_type,
13: x_return_status OUT NOCOPY VARCHAR2,
14: x_msg_count OUT NOCOPY NUMBER,
15: x_msg_data OUT NOCOPY VARCHAR2);
16: