DBA Data[Home] [Help]

APPS.CTO_WIP_WRAPPER dependencies on CTO_MSG_PUB

Line 1191: cto_msg_pub.cto_message('BOM', l_x_message_name);

1187: IF (l_x_return_status = FND_API.G_RET_STS_ERROR) THEN
1188: IF PG_DEBUG <> 0 THEN
1189: oe_debug_pub.add('get_order_lines: Expected error in Create Flow Schedule. Status:' || l_x_return_status);
1190: END IF;
1191: cto_msg_pub.cto_message('BOM', l_x_message_name);
1192: l_rows_errored := l_rows_errored + 1;
1193: goto end_of_loop;
1194:
1195: ELSIF (l_x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN

Line 1199: cto_msg_pub.cto_message('BOM', l_x_message_name);

1195: ELSIF (l_x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1196: IF PG_DEBUG <> 0 THEN
1197: oe_debug_pub.add('get_order_lines: Unexpected error in Create Flow Schedule. Status:' || l_x_return_status);
1198: END IF;
1199: cto_msg_pub.cto_message('BOM', l_x_message_name);
1200: l_rows_errored := l_rows_errored + 1;
1201: goto end_of_loop;
1202:
1203: ELSE