DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on INV_DEFAULT_TROHDR

Line 1003: -- inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_trohdr_rec);

999: -- Default missing attributes
1000:
1001: --Bug# 4554438.Start
1002: -- l_tmp_trohdr_rec is passed as there is NOCOPY for x_trohdr_rec
1003: -- inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_trohdr_rec);
1004: inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_tmp_trohdr_rec);
1005: l_trohdr_rec := l_tmp_trohdr_rec;
1006:
1007: --Bug# 4554438.End

Line 1004: inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_tmp_trohdr_rec);

1000:
1001: --Bug# 4554438.Start
1002: -- l_tmp_trohdr_rec is passed as there is NOCOPY for x_trohdr_rec
1003: -- inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_trohdr_rec);
1004: inv_default_trohdr.ATTRIBUTES(p_trohdr_rec => l_trohdr_rec, x_trohdr_rec => l_tmp_trohdr_rec);
1005: l_trohdr_rec := l_tmp_trohdr_rec;
1006:
1007: --Bug# 4554438.End
1008: