DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on OE_MSG_PUB

Line 851: oe_msg_pub.add;

847: IF (v_x_hold_result_out = FND_API.G_TRUE) THEN
848:
849: oe_debug_pub.add('auto_create_pur_req_cr: ' || 'Order Line ID ' || to_char(so_line.line_id )|| 'is on HOLD. ' ||v_x_hold_result_out,1);
850: fnd_message.set_name('BOM', 'CTO_ORDER_LINE_ON_HOLD');
851: oe_msg_pub.add;
852:
853: RETCODE := 1;
854: -- If the line is at hold we should not process that record
855: -- We should move to the next record.