DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on QP_UTIL

Line 3899: print_debug('l_qp_status = ' || qp_util.get_qp_status, 'get_transfer_price_for_item');

3895: end if;
3896: end if;
3897:
3898: print_debug('l_qp_profile = ' || l_qp_profile, 'get_transfer_price_for_item');
3899: print_debug('l_qp_status = ' || qp_util.get_qp_status, 'get_transfer_price_for_item');
3900:
3901: if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) then
3902: print_debug('QP is not install', 'Get_transfer_price_for_item');
3903: print_debug('QP PRofile set to NO', 'Get_Transfer_Price_For_Item');

Line 3901: if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) then

3897:
3898: print_debug('l_qp_profile = ' || l_qp_profile, 'get_transfer_price_for_item');
3899: print_debug('l_qp_status = ' || qp_util.get_qp_status, 'get_transfer_price_for_item');
3900:
3901: if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) then
3902: print_debug('QP is not install', 'Get_transfer_price_for_item');
3903: print_debug('QP PRofile set to NO', 'Get_Transfer_Price_For_Item');
3904: print_debug('Get the static price list in transaction_uom', 'get_transfer_price_for_item');
3905: BEGIN

Line 4208: end if; -- if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 )

4204: FND_MESSAGE.SET_TOKEN('ITEM', l_item_description);
4205: FND_MSG_PUB.ADD;
4206: l_transfer_price := 0;
4207: end if;
4208: end if; -- if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 )
4209: end if; -- if( nvl(l_transfer_price, -1) = -1 )
4210:
4211: l_progress := 2;
4212: if( l_debug = 1 ) then

Line 4257: /* if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) THEN

4253: end if;
4254:
4255: /* Commented out the following currency conversion to From OU currency for Static Pricing*/
4256: /* Bug 4159025 */
4257: /* if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) THEN
4258: l_transfer_price := convert_currency(
4259: p_org_id => p_from_org_id
4260: , p_transfer_price => l_transfer_price
4261: , p_currency_code => l_invoice_currency_code