DBA Data[Home] [Help]

APPS.GMS_STREAMLINE_PROC dependencies on FND_PROFILE

Line 93: debug_mode_flag := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

89: BEGIN
90:
91: stage := '100';
92:
93: debug_mode_flag := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
94:
95: SELECT set_of_books_id, org_id INTO l_sob_id, l_org_id from pa_implementations;
96:
97: stage := '110';