DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_FLOW_SCHEDULE_PUB

Line 1140: MRP_Flow_Schedule_PUB.unlink_order_line

1136:
1137: -- Call MRP API unlink_order_line if flow schedule exist and routing is flow_routing
1138: -- 2784045 if ( lcfm_routing_flag = 1 ) and ( lflow_schedule_exist > 0 ) then
1139: if ( lflow_schedule_exist > 0 ) then
1140: MRP_Flow_Schedule_PUB.unlink_order_line
1141: (
1142: p_api_version_number => 1.0,
1143: x_return_status => l_status,
1144: x_msg_count => l_msg_count,

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

1148: );
1149:
1150: if l_status = FND_API.G_RET_STS_ERROR then
1151: IF PG_DEBUG <> 0 THEN
1152: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with expected error.', 1);
1153: END IF;
1154:
1155: /* Bugfix 2454788 */
1156: raise FND_API.G_EXC_ERROR;

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

1156: raise FND_API.G_EXC_ERROR;
1157:
1158: elsif l_status = FND_API.G_RET_STS_UNEXP_ERROR then
1159: IF PG_DEBUG <> 0 THEN
1160: oe_debug_pub.add ('delink_item: ' || 'Error: Failed in MRP_Flow_Schedule_PUB.unlink_order_line with unexpected error.', 1);
1161: END IF;
1162: xMessageName := 'CTO_DELINK_ITEM_ERROR';
1163: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1164: