DBA Data[Home] [Help]

APPS.CSP_PROCESS_ORDER_HOOK dependencies on OE_ORDER_PUB

Line 6: ,px_oe_header_rec IN OUT NOCOPY oe_order_pub.header_rec_type

2: /* $Header: cspiohookb.pls 120.2.12020000.2 2012/07/13 10:04:14 vmandava noship $ */
3:
4: PROCEDURE update_oe_dff_info(px_req_header_rec IN OUT NOCOPY csp_parts_requirement.header_rec_type
5: ,px_req_line_table IN OUT NOCOPY csp_parts_requirement.Line_Tbl_type
6: ,px_oe_header_rec IN OUT NOCOPY oe_order_pub.header_rec_type
7: ,px_oe_line_table IN OUT NOCOPY oe_order_pub.line_tbl_type) AS
8:
9: BEGIN
10:

Line 7: ,px_oe_line_table IN OUT NOCOPY oe_order_pub.line_tbl_type) AS

3:
4: PROCEDURE update_oe_dff_info(px_req_header_rec IN OUT NOCOPY csp_parts_requirement.header_rec_type
5: ,px_req_line_table IN OUT NOCOPY csp_parts_requirement.Line_Tbl_type
6: ,px_oe_header_rec IN OUT NOCOPY oe_order_pub.header_rec_type
7: ,px_oe_line_table IN OUT NOCOPY oe_order_pub.line_tbl_type) AS
8:
9: BEGIN
10:
11: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then