DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_LOOKUPS

Line 1357: from pa_lookups

1353:
1354: cursor c2
1355: is
1356: select meaning
1357: from pa_lookups
1358: where lookup_type = 'TRANSLATION'
1359: and lookup_code = 'MASS_UPDATE_BATCH_DESC';
1360:
1361: cursor c3

Line 1364: from pa_lookups

1360:
1361: cursor c3
1362: is
1363: select meaning
1364: from pa_lookups
1365: where lookup_type = 'TRANSLATION'
1366: and lookup_code = 'MANUAL';
1367:
1368: cursor c4