DBA Data[Home] [Help]

APPS.GMI_ITEM_LOT_CONV_PUB dependencies on STANDARD

Line 105: -- Standard Start OF API savepoint

101: l_user_id fnd_user.user_id%TYPE;
102:
103: BEGIN
104:
105: -- Standard Start OF API savepoint
106: SAVEPOINT Create_Item_Lot_Uom_Conv;
107: -- Standard call to check for call compatibility.
108: IF NOT FND_API.Compatible_API_CALL ( l_api_version
109: , p_api_version

Line 107: -- Standard call to check for call compatibility.

103: BEGIN
104:
105: -- Standard Start OF API savepoint
106: SAVEPOINT Create_Item_Lot_Uom_Conv;
107: -- Standard call to check for call compatibility.
108: IF NOT FND_API.Compatible_API_CALL ( l_api_version
109: , p_api_version
110: , l_api_name
111: , G_PKG_NAME

Line 375: -- factor from the standard unit of measure of the unit of measure

371: RAISE FND_API.G_EXC_ERROR;
372: END IF;
373:
374: -- Now we have all the data required to calculate the conversion
375: -- factor from the standard unit of measure of the unit of measure
376: -- type of the item primary unit of measure to the standard unit
377: -- of measure of the unit of measure type of the from_uom.
378:
379: -- First convert from from_uom to std_um for item_um uom type

Line 376: -- type of the item primary unit of measure to the standard unit

372: END IF;
373:
374: -- Now we have all the data required to calculate the conversion
375: -- factor from the standard unit of measure of the unit of measure
376: -- type of the item primary unit of measure to the standard unit
377: -- of measure of the unit of measure type of the from_uom.
378:
379: -- First convert from from_uom to std_um for item_um uom type
380: -- if required

Line 458: -- Standard Check of p_commit.

454: END IF;
455:
456: -- END of API Body
457:
458: -- Standard Check of p_commit.
459: IF FND_API.to_boolean(p_commit)
460: THEN
461: COMMIT WORK;
462: END IF;

Line 470: -- Standard Call to get message count and if count is 1,

466: FND_MESSAGE.SET_TOKEN('LOT_NO', l_item_cnv_rec.lot_no);
467: FND_MESSAGE.SET_TOKEN('SUBLOT_NO', l_item_cnv_rec.sublot_no);
468: FND_MESSAGE.SET_TOKEN('UM_TYPE', l_um_type);
469: FND_MSG_PUB.Add;
470: -- Standard Call to get message count and if count is 1,
471: -- get message info.
472: FND_MSG_PUB.Count_AND_GET ( p_count => x_msg_count
473: , p_data => x_msg_data
474: );