DBA Data[Home] [Help]

APPS.PJM_UNIT_EFF dependencies on PJM_INSTALL

Line 105: if ( PJM_INSTALL.Check_Implementation_Status ) then

101: --
102: -- Check is now based on whether PJM is implemented (existence
103: -- of rows in pjm_org_parameters), not whether PJM is installed
104: --
105: if ( PJM_INSTALL.Check_Implementation_Status ) then
106: G_Enabled := 'Y';
107: else
108: G_Enabled := 'N';
109: end if;