DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on INV_DEFAULT_TROLIN

Line 1241: -- inv_default_trolin.ATTRIBUTES and inv_validate_trolin.ATTRIBUTES

1237:
1238: -- bug 4662395 set the profile mfg_organization_id so
1239: -- the call to PJM_PROJECTS_V will return data.
1240: -- The call to PJM_PROJECTS_V is made indirectly through
1241: -- inv_default_trolin.ATTRIBUTES and inv_validate_trolin.ATTRIBUTES
1242: -- both of which can be found in the next few lines of code.
1243:
1244: --Bug #5204255
1245: --We should set the profile value only if it is NULL/G_MISS_NUM

Line 1268: --as there is a NOCOPY in inv_default_trolin.ATTRIBUTES

1264: DEBUG('default missing attributes', 'Inv_Transfer_Order_PVT.Trolins');
1265: END IF;
1266:
1267: --Bug #4347016 - Creating a temp variable to store output record
1268: --as there is a NOCOPY in inv_default_trolin.ATTRIBUTES
1269: inv_default_trolin.ATTRIBUTES(
1270: p_trolin_rec => l_trolin_rec
1271: , x_trolin_rec => l_tmp_trolin_rec);
1272:

Line 1269: inv_default_trolin.ATTRIBUTES(

1265: END IF;
1266:
1267: --Bug #4347016 - Creating a temp variable to store output record
1268: --as there is a NOCOPY in inv_default_trolin.ATTRIBUTES
1269: inv_default_trolin.ATTRIBUTES(
1270: p_trolin_rec => l_trolin_rec
1271: , x_trolin_rec => l_tmp_trolin_rec);
1272:
1273: l_trolin_rec := l_tmp_trolin_rec;