DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on FND_PROFILE

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

748: order by sequence_number;
749:
750:
751: begin
752: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
753: -- Bug # 2935052 -----
754: -- Call custom-specific strategy search stub procedure
755: wms_re_Custom_PUB.SearchForStrategy (
756: p_init_msg_list

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

1188: from mtl_material_transactions_temp mmtt
1189: where mmtt.transaction_temp_id = p_transaction_temp_id;
1190:
1191: begin
1192: l_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1193: -- Bug # 2935052 -----
1194: -- Call custom-specific strategy search stub procedure
1195: wms_re_Custom_PUB.SearchForStrategy (
1196: p_init_msg_list