DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on FND_PROFILE

Line 4988: -- Replaced the call to the fnd_profile.save_user API

4984: close inv_org_id;
4985:
4986: --
4987: -- Bug 5604471
4988: -- Replaced the call to the fnd_profile.save_user API
4989: -- with fnd_profile.put
4990: -- ntungare Tue Oct 17 04:27:44 PDT 2006
4991: --
4992:

Line 4989: -- with fnd_profile.put

4985:
4986: --
4987: -- Bug 5604471
4988: -- Replaced the call to the fnd_profile.save_user API
4989: -- with fnd_profile.put
4990: -- ntungare Tue Oct 17 04:27:44 PDT 2006
4991: --
4992:
4993: -- R12 Project MOAC 4637896. MOAC entities now initialized

Line 5000: --dummy := fnd_profile.save_user('MFG_ORGANIZATION_ID', x_org_id);

4996: -- needed by PJM entities which are not OU-based but
4997: -- Inv organization based.
4998: -- bso Sun Oct 2 11:51:33 PDT 2005
4999:
5000: --dummy := fnd_profile.save_user('MFG_ORGANIZATION_ID', x_org_id);
5001: fnd_profile.put('MFG_ORGANIZATION_ID', x_org_id);
5002:
5003: -- R12 Project MOAC 4637896.
5004: -- Group validation of operating unit field, which is an

Line 5001: fnd_profile.put('MFG_ORGANIZATION_ID', x_org_id);

4997: -- Inv organization based.
4998: -- bso Sun Oct 2 11:51:33 PDT 2005
4999:
5000: --dummy := fnd_profile.save_user('MFG_ORGANIZATION_ID', x_org_id);
5001: fnd_profile.put('MFG_ORGANIZATION_ID', x_org_id);
5002:
5003: -- R12 Project MOAC 4637896.
5004: -- Group validation of operating unit field, which is an
5005: -- optional field. This algorithm is slightly improved