DBA Data[Home] [Help]

APPS.PJM_UNIT_EFF dependencies on PJM_ORG_PARAMETERS

Line 103: -- of rows in pjm_org_parameters), not whether PJM is installed

99: --
100: -- A Law 06/07/2002
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

Line 143: FROM pjm_org_parameters

139: end if;
140:
141: SELECT nvl(allow_cross_unitnum_issues,'N')
142: INTO L_allowed
143: FROM pjm_org_parameters
144: WHERE organization_id = L_org_id;
145:
146: if (L_allowed = 'Y') then
147: RETURN( 'Y' );