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 1146: l_trohdr_rec := inv_trohdr_util.query_row(p_header_id => l_trolin_tbl(i).header_id);

1142: FND_MESSAGE.SET_TOKEN('ENTITY1', 'Header_Id');
1143: FND_MSG_PUB.ADD;
1144: raise fnd_api.g_exc_error;
1145: else
1146: l_trohdr_rec := inv_trohdr_util.query_row(p_header_id => l_trolin_tbl(i).header_id);
1147: end if;
1148: end if;
1149:
1150: /* Bug 4162173 Added the following to initate the Outbound for Third Party Integration */

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

1768: BEGIN
1769:
1770: -- Convert trohdr
1771:
1772: x_trohdr_val_rec := INV_Trohdr_Util.Get_Values(p_trohdr_rec);
1773:
1774: -- Convert trolin
1775:
1776: FOR I IN 1..p_trolin_tbl.COUNT LOOP

Line 1821: l_trohdr_rec := INV_Trohdr_Util.Get_Ids

1817: x_return_status := FND_API.G_RET_STS_SUCCESS;
1818:
1819: -- Convert trohdr
1820:
1821: l_trohdr_rec := INV_Trohdr_Util.Get_Ids
1822: ( p_trohdr_rec => p_trohdr_rec
1823: , p_trohdr_val_rec => p_trohdr_val_rec
1824: );
1825: