DBA Data[Home] [Help]

APPS.PA_PRJ_PROGRESS_REPORTS_PKG dependencies on PA_LOOKUPS

Line 12: from pa_lookups

8: Begin
9: select 1 into dummy
10: from dual
11: where exists (select 1
12: from pa_lookups
13: where lookup_type = 'PA_XC_PROGRESS_STATUS'
14: and lookup_code = p_progress_code);
15: return TRUE;
16: Exception