DBA Data[Home] [Help]

APPS.PA_COST_BASE_TYPE_PKG dependencies on PA_LOOKUPS

Line 18: from pa_lookups p

14: into x_dummy
15: from sys.dual
16: where not exists
17: (select 1
18: from pa_lookups p
19: where p.lookup_type like 'COST BASE TYPE'
20: and ((x_rowid is NULL) or (rowid <> x_rowid))
21: and p.lookup_code = x_lookup_code);
22: