DBA Data[Home] [Help]

APPS.WSH_INTEGRATION dependencies on STANDARD

Line 427: -- Input : p_api_version_number -> Standard Version Number 1.0

423: -- and causes the backorder of the line. This will lead to other lines in Ship Set / SMC
424: -- to also become backordered, if the Enforce Ship Set / SMC is set in Shipping Parameters
425: -- Inventory will call this in such a scenario and will have 1 record for each Ship Set / SMC
426: --
427: -- Input : p_api_version_number -> Standard Version Number 1.0
428: -- p_source_code -> Source code = 'INV'
429: -- p_init_msg_list -> Should be initialized to TRUE by the caller
430: -- p_backorder_rec -> Record containing Line information for Backordering
431: --

Line 480: -- Standard call to check for call compatibility

476:
477:
478: x_return_status := FND_API.G_RET_STS_SUCCESS;
479:
480: -- Standard call to check for call compatibility
481: IF NOT FND_API.Compatible_API_Call
482: ( l_api_version_number
483: , p_api_version_number
484: , l_api_name

Line 985: -- Standard call to check for call compatibility

981:
982: BEGIN
983: x_return_status := FND_API.G_RET_STS_SUCCESS;
984:
985: -- Standard call to check for call compatibility
986: IF NOT FND_API.Compatible_API_Call
987: ( l_api_version_number
988: , p_in_attributes.api_version_number
989: , l_api_name