DBA Data[Home] [Help]

APPS.PJM_INSTALL dependencies on PJM_ORG_PARAMETERS

Line 161: from pjm_org_parameters

157: ) return boolean is
158:
159: cursor c is
160: select organization_id
161: from pjm_org_parameters
162: where organization_id = P_organization_id;
163:
164: cursor c2 is
165: select organization_id

Line 166: from pjm_org_parameters

162: where organization_id = P_organization_id;
163:
164: cursor c2 is
165: select organization_id
166: from pjm_org_parameters
167: where organization_id > 0;
168:
169: dummy number;
170:

Line 257: from pjm_org_parameters

253: end if;
254:
255: select count(*)
256: into l_orgcount
257: from pjm_org_parameters
258: where project_reference_enabled = 'Y'
259: and organization_id <> FND_PROFILE.VALUE('MFG_ORGANIZATION_ID');
260:
261: if (l_orgcount > 0) then