DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_FLOW_SCHEDULE_PUB

Line 1061: MRP_Flow_Schedule_PUB.unlink_order_line

1057:
1058: -- Call MRP API unlink_order_line if flow schedule exist and routing is flow_routing
1059: -- 2784045 if ( lcfm_routing_flag = 1 ) and ( lflow_schedule_exist > 0 ) then
1060: if ( lflow_schedule_exist > 0 ) then
1061: MRP_Flow_Schedule_PUB.unlink_order_line
1062: (
1063: p_api_version_number => 1.0,
1064: x_return_status => l_status,
1065: x_msg_count => l_msg_count,

Line 1073: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with expected error.', 1);

1069: );
1070:
1071: if l_status = FND_API.G_RET_STS_ERROR then
1072: IF PG_DEBUG <> 0 THEN
1073: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with expected error.', 1);
1074: END IF;
1075:
1076: /* Bugfix 2454788 */
1077: raise FND_API.G_EXC_ERROR;

Line 1081: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with unexpected error.', 1);

1077: raise FND_API.G_EXC_ERROR;
1078:
1079: elsif l_status = FND_API.G_RET_STS_UNEXP_ERROR then
1080: IF PG_DEBUG <> 0 THEN
1081: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with unexpected error.', 1);
1082: END IF;
1083: xMessageName := 'CTO_DELINK_ITEM_ERROR';
1084: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1085: