DBA Data[Home] [Help]

APPS.PA_ORG dependencies on PA_ALL_ORGANIZATIONS

Line 291: from pa_all_organizations

287: dummy1 VARCHAR2(4); -- into arg for main SELECT
288: --
289: cursor pa_org_exists is
290: select 'X'
291: from pa_all_organizations
292: where organization_id = p_org_id;
293:
294: cursor nlr_org_exists is
295: select 'X'