DBA Data[Home] [Help]

APPS.GMD_SUBSTITUTION_PVT dependencies on GMD_ITEM_SUBSTITUTION_DTL_PKG

Line 240: GMD_ITEM_SUBSTITUTION_DTL_PKG.INSERT_ROW(

236: /* Set the return status to success initially */
237: x_return_status := FND_API.G_RET_STS_SUCCESS;
238:
239: -- Call the table handler for insert of substitution details
240: GMD_ITEM_SUBSTITUTION_DTL_PKG.INSERT_ROW(
241: X_ROWID => l_row_id,
242: X_SUBSTITUTION_LINE_ID => p_substitution_line_id,
243: X_SUBSTITUTION_ID => p_substitution_id,
244: X_INVENTORY_ITEM_ID => p_substitution_dtl_rec.inventory_item_id,

Line 598: GMD_ITEM_SUBSTITUTION_DTL_PKG.UPDATE_ROW(

594: /* Set the return status to success initially */
595: x_return_status := FND_API.G_RET_STS_SUCCESS;
596:
597: -- Call the table handler for update of substitution details
598: GMD_ITEM_SUBSTITUTION_DTL_PKG.UPDATE_ROW(
599: X_SUBSTITUTION_LINE_ID => p_substitution_dtl_rec.substitution_line_id,
600: X_SUBSTITUTION_ID => p_substitution_dtl_rec.substitution_id,
601: X_INVENTORY_ITEM_ID => p_substitution_dtl_rec.inventory_item_id,
602: X_UNIT_QTY => p_substitution_dtl_rec.unit_qty,