DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on INV_DEFAULT_TROLIN

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

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

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

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

Line 1272: inv_default_trolin.ATTRIBUTES(

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