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 274: from pjm_org_parameters

270: end if;
271:
272: select count(*)
273: into l_orgcount
274: from pjm_org_parameters
275: where project_reference_enabled = 'Y'
276: and organization_id <> FND_PROFILE.VALUE('MFG_ORGANIZATION_ID');
277:
278: if (l_orgcount > 0) then