DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_UTIL dependencies on OE_DEBUG_PUB

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

3444:
3445: QP_PREQ_GRP.Set_QP_Debug;
3446: l_debug := QP_PREQ_GRP.G_DEBUG_ENGINE;
3447: IF l_debug = FND_API.G_TRUE THEN
3448: l_output_file := OE_DEBUG_PUB.SET_DEBUG_MODE('FILE');
3449: FND_FILE.PUT_LINE( FND_FILE.LOG, 'The output file is : ' || l_output_file );
3450: END IF;
3451:
3452: IF (p_pb_input_header_id IS NULL or p_price_book_header_id IS NULL) THEN