DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on OE_ORDER_PUB

Line 926: l_request_rec oe_order_pub.request_rec_type;

922: l_customer_trx_id_tbl number_table;
923: l_customer_trx_line_id_tbl number_table;
924: l_so_line_id_tbl number_table;
925:
926: l_request_rec oe_order_pub.request_rec_type;
927: l_action_request_tbl oe_order_pub.request_tbl_type;
928: l_init_request_tbl oe_order_pub.request_tbl_type;
929:
930: om_error EXCEPTION;

Line 927: l_action_request_tbl oe_order_pub.request_tbl_type;

923: l_customer_trx_line_id_tbl number_table;
924: l_so_line_id_tbl number_table;
925:
926: l_request_rec oe_order_pub.request_rec_type;
927: l_action_request_tbl oe_order_pub.request_tbl_type;
928: l_init_request_tbl oe_order_pub.request_tbl_type;
929:
930: om_error EXCEPTION;
931:

Line 928: l_init_request_tbl oe_order_pub.request_tbl_type;

924: l_so_line_id_tbl number_table;
925:
926: l_request_rec oe_order_pub.request_rec_type;
927: l_action_request_tbl oe_order_pub.request_tbl_type;
928: l_init_request_tbl oe_order_pub.request_tbl_type;
929:
930: om_error EXCEPTION;
931:
932: BEGIN