DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on OE_MSG_PUB

Line 1012: oe_msg_pub.add;

1008: IF (v_x_hold_result_out = FND_API.G_TRUE) THEN
1009:
1010: 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);
1011: fnd_message.set_name('BOM', 'CTO_ORDER_LINE_ON_HOLD');
1012: oe_msg_pub.add;
1013:
1014: RETCODE := 1;
1015: -- If the line is at hold we should not process that record
1016: -- We should move to the next record.