DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MRP_SOURCING_API_PK

Line 2829: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'

2825: l_src_subinv := p_src_subinv;
2826:
2827: IF (p_src_org IS NULL OR p_src_subinv IS NULL) THEN
2828: IF G_TRACE_ON = 1 THEN
2829: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'
2830: , l_proc_name
2831: , 9);
2832: END IF;
2833: l_return := MRP_SOURCING_API_PK.mrp_sourcing

Line 2833: l_return := MRP_SOURCING_API_PK.mrp_sourcing

2829: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'
2830: , l_proc_name
2831: , 9);
2832: END IF;
2833: l_return := MRP_SOURCING_API_PK.mrp_sourcing
2834: ( arg_mode => l_mode
2835: , arg_item_id => p_item_id
2836: , arg_commodity_id => NULL
2837: , arg_dest_organization_id => p_organization_id

Line 2849: print_debug('MRP_SOURCING_API_PK.mrp_sourcing failed with error '|| l_msg_data

2845: , arg_error_message => l_msg_data
2846: ) ;
2847: IF NOT l_return THEN
2848: IF G_TRACE_ON = 1 THEN
2849: print_debug('MRP_SOURCING_API_PK.mrp_sourcing failed with error '|| l_msg_data
2850: , l_proc_name
2851: , 9);
2852: END IF;
2853: RAISE fnd_api.g_exc_error;

Line 2856: print_debug('MRP_SOURCING_API_PK.mrp_sourcing returned success with Source Sub and Source Org '|| fnd_global.local_chr(10) || l_src_subinv || ' and '|| l_src_org

2852: END IF;
2853: RAISE fnd_api.g_exc_error;
2854: ELSE
2855: IF G_TRACE_ON = 1 THEN
2856: print_debug('MRP_SOURCING_API_PK.mrp_sourcing returned success with Source Sub and Source Org '|| fnd_global.local_chr(10) || l_src_subinv || ' and '|| l_src_org
2857: , l_proc_name
2858: , 9);
2859: END IF;
2860: END IF;