DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on OE_ORDER_PUB

Line 985: l_request_rec oe_order_pub.request_rec_type;

981: l_customer_trx_id_tbl number_table;
982: l_customer_trx_line_id_tbl number_table;
983: l_so_line_id_tbl number_table;
984:
985: l_request_rec oe_order_pub.request_rec_type;
986: l_action_request_tbl oe_order_pub.request_tbl_type;
987: l_init_request_tbl oe_order_pub.request_tbl_type;
988:
989: om_error EXCEPTION;

Line 986: l_action_request_tbl oe_order_pub.request_tbl_type;

982: l_customer_trx_line_id_tbl number_table;
983: l_so_line_id_tbl number_table;
984:
985: l_request_rec oe_order_pub.request_rec_type;
986: l_action_request_tbl oe_order_pub.request_tbl_type;
987: l_init_request_tbl oe_order_pub.request_tbl_type;
988:
989: om_error EXCEPTION;
990: l_request_id NUMBER;

Line 987: l_init_request_tbl oe_order_pub.request_tbl_type;

983: l_so_line_id_tbl number_table;
984:
985: l_request_rec oe_order_pub.request_rec_type;
986: l_action_request_tbl oe_order_pub.request_tbl_type;
987: l_init_request_tbl oe_order_pub.request_tbl_type;
988:
989: om_error EXCEPTION;
990: l_request_id NUMBER;
991: BEGIN