DBA Data[Home] [Help]

APPS.MSC_WS_ATP dependencies on MSC_WS_ATP

Line 1: PACKAGE BODY MSC_WS_ATP AS

1: PACKAGE BODY MSC_WS_ATP AS
2: /* $Header: MSCWATPB.pls 120.6 2008/03/13 15:05:47 bnaghi noship $ */
3:
4:
5:

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;

Line 1243: END MSC_WS_ATP;

1239:
1240:
1241:
1242:
1243: END MSC_WS_ATP;