DBA Data[Home] [Help]

APPS.MST_COPY_PLAN_OPTIONS dependencies on FND_PROFILE

Line 34: IF NVL(fnd_profile.value('MST_MTO_LICENSED'),'N') = 'Y' Then

30: -- 3 User user specified plan dates
31:
32: l_user_id := fnd_global.user_id;
33:
34: IF NVL(fnd_profile.value('MST_MTO_LICENSED'),'N') = 'Y' Then
35: l_POOLING_FLAG := 1;
36: ELSE
37: l_POOLING_FLAG := 2;
38: END IF;