DBA Data[Home] [Help]

APPS.MSC_WS_ATP dependencies on FND_PROFILE

Line 542: userId := fnd_profile.value('MSC_WS_ATP_FNDUSER');

538: fnd_global.apps_initialize(userId, respId, appId);
539:
540: -- now we get profile values, and properly init apps_initialize();
541: error_tracking_number:= 130;
542: userId := fnd_profile.value('MSC_WS_ATP_FNDUSER');
543: error_tracking_number:= 140;
544: respId := fnd_profile.value('MSC_WS_ATP_FNDRESP');
545:
546: error_tracking_number:= 150;

Line 544: respId := fnd_profile.value('MSC_WS_ATP_FNDRESP');

540: -- now we get profile values, and properly init apps_initialize();
541: error_tracking_number:= 130;
542: userId := fnd_profile.value('MSC_WS_ATP_FNDUSER');
543: error_tracking_number:= 140;
544: respId := fnd_profile.value('MSC_WS_ATP_FNDRESP');
545:
546: error_tracking_number:= 150;
547: begin
548: SELECT application_id INTO appId FROM fnd_responsibility WHERE responsibility_id = respId;