DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on FND_PROFILE

Line 858: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

854: order by sequence_number;
855:
856:
857: begin
858: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
859: -- Bug # 2935052 -----
860: -- Call custom-specific strategy search stub procedure
861: wms_re_Custom_PUB.SearchForStrategy (
862: p_init_msg_list

Line 1388: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

1384: from mtl_material_transactions_temp mmtt
1385: where mmtt.transaction_temp_id = p_transaction_temp_id;
1386:
1387: begin
1388: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1389: -- Bug # 2935052 -----
1390: -- Call custom-specific strategy search stub procedure
1391: wms_re_Custom_PUB.SearchForStrategy (
1392: p_init_msg_list