DBA Data[Home] [Help]

APPS.PA_MOAC_UTILS dependencies on PA_IMPLEMENTATIONS_ALL

Line 16: from pa_implementations_all

12: select '1'
13: into l_var
14: from dual
15: where exists (select ORG_ID
16: from pa_implementations_all
17: where org_id = x_org_id);
18:
19: return TRUE;
20: Exception