DBA Data[Home] [Help]

APPS.MTL_LOT_UOM_CONV_PUB dependencies on STANDARD

Line 59: -- p_api_version IN NUMBER - Standard api parameter

55: -- DESCRIPTION:
56: -- This validates and creates/updates a lot uom conversions.
57: --
58: -- PARAMETERS:
59: -- p_api_version IN NUMBER - Standard api parameter
60: -- p_init_msg_list IN VARCHAR2 - Standard api parameter
61: -- p_commit IN VARCHAR2 - Standard api parameter
62: -- p_validation_level IN NUMBER - Standard api parameter
63: -- p_action_type IN VARCHAR2 - I for insert, U for update

Line 60: -- p_init_msg_list IN VARCHAR2 - Standard api parameter

56: -- This validates and creates/updates a lot uom conversions.
57: --
58: -- PARAMETERS:
59: -- p_api_version IN NUMBER - Standard api parameter
60: -- p_init_msg_list IN VARCHAR2 - Standard api parameter
61: -- p_commit IN VARCHAR2 - Standard api parameter
62: -- p_validation_level IN NUMBER - Standard api parameter
63: -- p_action_type IN VARCHAR2 - I for insert, U for update
64: -- p_update_type_indicator IN VARCHAR2 - Quantity Change identifier

Line 61: -- p_commit IN VARCHAR2 - Standard api parameter

57: --
58: -- PARAMETERS:
59: -- p_api_version IN NUMBER - Standard api parameter
60: -- p_init_msg_list IN VARCHAR2 - Standard api parameter
61: -- p_commit IN VARCHAR2 - Standard api parameter
62: -- p_validation_level IN NUMBER - Standard api parameter
63: -- p_action_type IN VARCHAR2 - I for insert, U for update
64: -- p_update_type_indicator IN VARCHAR2 - Quantity Change identifier
65: -- 0 = Update onhand balances

Line 62: -- p_validation_level IN NUMBER - Standard api parameter

58: -- PARAMETERS:
59: -- p_api_version IN NUMBER - Standard api parameter
60: -- p_init_msg_list IN VARCHAR2 - Standard api parameter
61: -- p_commit IN VARCHAR2 - Standard api parameter
62: -- p_validation_level IN NUMBER - Standard api parameter
63: -- p_action_type IN VARCHAR2 - I for insert, U for update
64: -- p_update_type_indicator IN VARCHAR2 - Quantity Change identifier
65: -- 0 = Update onhand balances
66: -- 1 = Recalculate Batch Primary Quantity

Line 77: -- x_msg_count OUT - Standard api parameter

73: -- p_process_data IN VARCHAR2
74: -- p_lot_uom_conv_rec IN ROW - Lot conversion record.
75: -- p_qty_update_tbl IN - Table of quantity changes.
76: -- x_return_status OUT VARCHAR2 - 'S'uccess, 'E'rror, 'U'nexpected Error
77: -- x_msg_count OUT - Standard api parameter
78: -- x_msg_data OUT - Standard api parameter.
79: -- x_sequence IN OUT - For transaction processing.
80: --
81: -- SYNOPSIS:

Line 78: -- x_msg_data OUT - Standard api parameter.

74: -- p_lot_uom_conv_rec IN ROW - Lot conversion record.
75: -- p_qty_update_tbl IN - Table of quantity changes.
76: -- x_return_status OUT VARCHAR2 - 'S'uccess, 'E'rror, 'U'nexpected Error
77: -- x_msg_count OUT - Standard api parameter
78: -- x_msg_data OUT - Standard api parameter.
79: -- x_sequence IN OUT - For transaction processing.
80: --
81: -- SYNOPSIS:
82: -- Create/validate lot uom conversion

Line 234: Standard call to check for call compatibility.

230: FND_MSG_PUB.Initialize;
231: END IF;
232:
233: /*==================================================
234: Standard call to check for call compatibility.
235: *==================================================*/
236: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
237: p_api_version ,
238: l_api_name ,