DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MRP_SOURCING_API_PK

Line 2839: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'

2835: l_src_subinv := p_src_subinv;
2836:
2837: IF (p_src_org IS NULL OR p_src_subinv IS NULL) THEN
2838: IF G_TRACE_ON = 1 THEN
2839: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'
2840: , l_proc_name
2841: , 9);
2842: END IF;
2843: l_return := MRP_SOURCING_API_PK.mrp_sourcing

Line 2843: l_return := MRP_SOURCING_API_PK.mrp_sourcing

2839: print_debug('Calling MRP_SOURCING_API_PK.mrp_sourcing'
2840: , l_proc_name
2841: , 9);
2842: END IF;
2843: l_return := MRP_SOURCING_API_PK.mrp_sourcing
2844: ( arg_mode => l_mode
2845: , arg_item_id => p_item_id
2846: , arg_commodity_id => NULL
2847: , arg_dest_organization_id => p_organization_id

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

2855: , arg_error_message => l_msg_data
2856: ) ;
2857: IF NOT l_return THEN
2858: IF G_TRACE_ON = 1 THEN
2859: print_debug('MRP_SOURCING_API_PK.mrp_sourcing failed with error '|| l_msg_data
2860: , l_proc_name
2861: , 9);
2862: END IF;
2863: RAISE fnd_api.g_exc_error;

Line 2866: 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

2862: END IF;
2863: RAISE fnd_api.g_exc_error;
2864: ELSE
2865: IF G_TRACE_ON = 1 THEN
2866: 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
2867: , l_proc_name
2868: , 9);
2869: END IF;
2870: END IF;