DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_UTIL dependencies on OE_DEBUG_PUB

Line 3415: l_output_file := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');

3411:
3412: QP_PREQ_GRP.Set_QP_Debug;
3413: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
3414: IF l_debug = FND_API.G_TRUE THEN
3415: l_output_file := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');
3416: FND_FILE.PUT_LINE( FND_FILE.LOG, 'The output file is : ' || l_output_file );
3417: END IF;
3418:
3419: IF (p_pb_input_header_id IS NULL or p_price_book_header_id IS NULL) THEN