[Home] [Help]
APPS.PA_TASK_UTILS dependencies on PA_LOOKUPS
Line 1569: from pa_lookups
1565:
1566: cursor c2
1567: is
1568: select meaning
1569: from pa_lookups
1570: where lookup_type = 'TRANSLATION'
1571: and lookup_code = 'MASS_UPDATE_BATCH_DESC';
1572:
1573: cursor c3
Line 1576: from pa_lookups
1572:
1573: cursor c3
1574: is
1575: select meaning
1576: from pa_lookups
1577: where lookup_type = 'TRANSLATION'
1578: and lookup_code = 'MANUAL';
1579:
1580: cursor c4