DBA Data[Home] [Help]

APPS.EGO_ITEM_PUB dependencies on INVPAGI2

Line 175: invpagi2.G_copy_item_id:=p_Item_Tbl(l_tab_index).copy_inventory_item_Id;

171: ,x_return_status => x_return_status
172: ,x_msg_count => x_msg_count);
173:
174: -- serial_tagging enh -- bug 9913552
175: invpagi2.G_copy_item_id:=p_Item_Tbl(l_tab_index).copy_inventory_item_Id;
176:
177: IF x_return_status = G_RET_STS_ERROR THEN
178: RAISE FND_API.G_EXC_ERROR;
179: ELSIF x_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 973: invpagi2.G_copy_item_id:=p_copy_inventory_item_Id;

969: ,x_return_status => x_return_status
970: ,x_msg_count => x_msg_count);
971:
972: -- serial_tagging enh -- bug 9913552
973: invpagi2.G_copy_item_id:=p_copy_inventory_item_Id;
974:
975: IF x_return_status = G_RET_STS_ERROR THEN
976: RAISE FND_API.G_EXC_ERROR;
977: ELSIF x_return_status = G_RET_STS_UNEXP_ERROR THEN