DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on FND_PROFILE

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

5329: QLTTRAMB.qa_import_log('Completed with updating records with status running, inv_org_id='||x_org_id);
5330:
5331: --
5332: -- Bug 5604471
5333: -- Replaced the call to the fnd_profile.save_user API
5334: -- with fnd_profile.put
5335: -- ntungare Tue Oct 17 04:27:44 PDT 2006
5336: --
5337:

Line 5334: -- with fnd_profile.put

5330:
5331: --
5332: -- Bug 5604471
5333: -- Replaced the call to the fnd_profile.save_user API
5334: -- with fnd_profile.put
5335: -- ntungare Tue Oct 17 04:27:44 PDT 2006
5336: --
5337:
5338: -- R12 Project MOAC 4637896. MOAC entities now initialized

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

5341: -- needed by PJM entities which are not OU-based but
5342: -- Inv organization based.
5343: -- bso Sun Oct 2 11:51:33 PDT 2005
5344:
5345: --dummy := fnd_profile.save_user('MFG_ORGANIZATION_ID', x_org_id);
5346: fnd_profile.put('MFG_ORGANIZATION_ID', x_org_id);
5347:
5348: -- R12 Project MOAC 4637896.
5349: -- Group validation of operating unit field, which is an

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

5342: -- Inv organization based.
5343: -- bso Sun Oct 2 11:51:33 PDT 2005
5344:
5345: --dummy := fnd_profile.save_user('MFG_ORGANIZATION_ID', x_org_id);
5346: fnd_profile.put('MFG_ORGANIZATION_ID', x_org_id);
5347:
5348: -- R12 Project MOAC 4637896.
5349: -- Group validation of operating unit field, which is an
5350: -- optional field. This algorithm is slightly improved

Line 8619: FND_PROFILE.Get('CONC_REQUEST_ID', l_request_id);

8615: -- parameter value.This parameter request_data will have value only if this
8616: -- worker is recalled, after completion of Quality Actions(Child) request.
8617: -- Introduced a logic based on if condition to insert child records if the
8618: -- request is restarted after child request completion.
8619: FND_PROFILE.Get('CONC_REQUEST_ID', l_request_id);
8620: l_req_data := fnd_conc_global.request_data;
8621:
8622: -- Bug 8586750.Fp for 8321226.Introdcued this if condition.
8623: IF l_req_data IS NULL THEN