DBA Data[Home] [Help]

APPS.MTL_QP_PRICE dependencies on INV_TRANSACTION_FLOW_PUB

Line 1969: g_pricing_effective_date_tbl(px_line_index) := INV_TRANSACTION_FLOW_PUB.get_transfer_price_date(

1965:
1966: /* bug 6700919 Calling get_transfer_price_date to retreive the date
1967: by which price list price will be queried*/
1968: print_debug('MTL_QP_PRICE.copy_line_to_request: Calling get_transfer_price_date');
1969: g_pricing_effective_date_tbl(px_line_index) := INV_TRANSACTION_FLOW_PUB.get_transfer_price_date(
1970: p_call => 'E'
1971: ,p_order_line_id => p_line_rec.line_id
1972: ,p_global_procurement_flag => 'N'
1973: ,p_transaction_id => null

Line 2404: g_pricing_effective_date_tbl(px_line_index) := INV_TRANSACTION_FLOW_PUB.get_transfer_price_date(

2400:
2401: /* bug 6700919 Calling get_transfer_price_date to retreive the date
2402: by which price list price will be queried*/
2403: print_debug('MTL_QP_PRICE.copy_proc_line_to_request: Calling get_transfer_price_date');
2404: g_pricing_effective_date_tbl(px_line_index) := INV_TRANSACTION_FLOW_PUB.get_transfer_price_date(
2405: p_call => 'E'
2406: ,p_order_line_id => p_line_rec.po_line_id
2407: ,p_global_procurement_flag => 'Y'
2408: ,p_transaction_id => null