DBA Data[Home] [Help]

APPS.AMS_RUNTIME_PROD_PVT dependencies on AMS_PRICE_PVT

Line 1901: AMS_PRICE_PVT.GetPrices

1897: x_price_status_code_tbl := NULL;
1898: x_price_status_text_tbl := NULL;
1899:
1900: -- call to Get Prices from qp
1901: AMS_PRICE_PVT.GetPrices
1902: (p_price_list_id, p_party_id, p_cust_account_id, p_currency_code, l_itmid_tbl,
1903: l_uomcode_tbl, p_price_request_type,
1904: p_price_event, x_listprice_tbl, x_bestprice_tbl, x_price_status_code_tbl,
1905: x_price_status_text_tbl, x_price_return_status, x_price_return_status_text);