DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on INV_TROHDR_UTIL

Line 130: inv_trohdr_util.insert_row(x_trohdr_rec);

126: x_trohdr_rec.attribute12 := NULL;
127: x_trohdr_rec.attribute13 := NULL;
128: x_trohdr_rec.attribute14 := NULL;
129: x_trohdr_rec.attribute15 := NULL;
130: inv_trohdr_util.insert_row(x_trohdr_rec);
131: x_return_status := fnd_api.g_ret_sts_success;
132:
133: ELSE
134: If l_debug = 1 THEN

Line 1096: l_trohdr_rec := inv_trohdr_util.query_row(p_header_id => l_trolin_tbl(i).header_id);

1092: FND_MESSAGE.SET_TOKEN('ENTITY1', 'Header_Id');
1093: FND_MSG_PUB.ADD;
1094: raise fnd_api.g_exc_error;
1095: else
1096: l_trohdr_rec := inv_trohdr_util.query_row(p_header_id => l_trolin_tbl(i).header_id);
1097: end if;
1098: end if;
1099:
1100: /* Bug 4162173 Added the following to initate the Outbound for Third Party Integration */

Line 1722: x_trohdr_val_rec := INV_Trohdr_Util.Get_Values(p_trohdr_rec);

1718: BEGIN
1719:
1720: -- Convert trohdr
1721:
1722: x_trohdr_val_rec := INV_Trohdr_Util.Get_Values(p_trohdr_rec);
1723:
1724: -- Convert trolin
1725:
1726: FOR I IN 1..p_trolin_tbl.COUNT LOOP

Line 1771: l_trohdr_rec := INV_Trohdr_Util.Get_Ids

1767: x_return_status := FND_API.G_RET_STS_SUCCESS;
1768:
1769: -- Convert trohdr
1770:
1771: l_trohdr_rec := INV_Trohdr_Util.Get_Ids
1772: ( p_trohdr_rec => p_trohdr_rec
1773: , p_trohdr_val_rec => p_trohdr_val_rec
1774: );
1775: