DBA Data[Home] [Help]

APPS.ONT_CUSTACCEPTOIP_PVT dependencies on OE_MSG_PUB

Line 88: oe_msg_pub.initialize;

84: IF l_debug_level > 0 THEN
85: oe_debug_pub.add( 'GBL:Customer Acceptance OIP: Parameters passed to Process Order') ;
86: END IF;
87:
88: oe_msg_pub.initialize;
89: FOR i IN 1..p_line_id_tbl.COUNT LOOP
90:
91: l_action_request_tbl(i).entity_code := OE_GLOBALS.G_ENTITY_LINE;
92: l_action_request_tbl(i).request_type := l_action;

Line 160: l_msg_data := oe_msg_pub.get( p_msg_index => k,

156:
157: --Decoding the Error message
158: if l_msg_count > 0 then
159: for k in 1 .. l_msg_count loop
160: l_msg_data := oe_msg_pub.get( p_msg_index => k,
161: p_encoded => 'F'
162: );
163: x_msg_data := x_msg_data || k || '.' || l_msg_data || ' ' ;
164: end loop;