DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on QP_UTIL

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

3948: end if;
3949: end if;
3950:
3951: print_debug('l_qp_profile = ' || l_qp_profile, 'get_transfer_price_for_item');
3952: print_debug('l_qp_status = ' || qp_util.get_qp_status, 'get_transfer_price_for_item');
3953:
3954: if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) then
3955: print_debug('QP is not install', 'Get_transfer_price_for_item');
3956: print_debug('QP PRofile set to NO', 'Get_Transfer_Price_For_Item');

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

3950:
3951: print_debug('l_qp_profile = ' || l_qp_profile, 'get_transfer_price_for_item');
3952: print_debug('l_qp_status = ' || qp_util.get_qp_status, 'get_transfer_price_for_item');
3953:
3954: if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) then
3955: print_debug('QP is not install', 'Get_transfer_price_for_item');
3956: print_debug('QP PRofile set to NO', 'Get_Transfer_Price_For_Item');
3957: print_debug('Get the static price list in transaction_uom', 'get_transfer_price_for_item');
3958: /* bug 6700919 Calling get_transfer_price_date to retreive the date

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

4308: FND_MESSAGE.SET_TOKEN('ITEM', l_item_description);
4309: FND_MSG_PUB.ADD;
4310: l_transfer_price := 0;
4311: end if;
4312: end if; -- if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 )
4313: end if; -- if( nvl(l_transfer_price, -1) = -1 )
4314:
4315: l_progress := 2;
4316: if( l_debug = 1 ) then

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

4357: end if;
4358:
4359: /* Commented out the following currency conversion to From OU currency for Static Pricing*/
4360: /* Bug 4159025 */
4361: /* if( QP_UTIL.get_qp_status <> 'I' OR l_qp_profile <> 1 ) THEN
4362: l_transfer_price := convert_currency(
4363: p_org_id => p_from_org_id
4364: , p_transfer_price => l_transfer_price
4365: , p_currency_code => l_invoice_currency_code