DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_SALES_TRANSACTIONS_PVT

Line 2743: OZF_SALES_TRANSACTIONS_PVT.Get_Purchase_Price(

2739: --//Bugfix: 10273467 - do not compute Pruchase price for Tracing batch.
2740: IF px_batch_record.batch_type <> 'TRACING' THEN
2741: IF (px_batch_record.direct_order_flag <> 'Y') THEN
2742: IF px_line_record.purchase_price(i) IS NULL THEN
2743: OZF_SALES_TRANSACTIONS_PVT.Get_Purchase_Price(
2744: p_api_version => 1.0
2745: ,p_init_msg_list => FND_API.G_FALSE
2746: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
2747: ,p_order_date => px_line_record.date_ordered(i)