DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_VAL_PVT dependencies on FND_PROFILE

Line 644: NVL(FND_PROFILE.value('USSGL_OPTION'), 'N');

640:
641: -- If the profile option 'Enable Transaction Code' is set to 'Yes',
642: -- then it is a Federal instance.
643: l_federal_instance VARCHAR2(1) :=
644: NVL(FND_PROFILE.value('USSGL_OPTION'), 'N');
645: x_temp_val BOOLEAN;
646: BEGIN
647: l_progress := '010';
648: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'START'); END IF;