DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on FND_LOOKUP_VALUES

Line 1547: FROM FND_LOOKUP_VALUES FLV

1543: End of comment for R12 performance fixes (bug 4507892) *****/
1544: -- New cursor defn. for bug fix 4507892
1545: CURSOR status_description_cur IS
1546: SELECT meaning
1547: FROM FND_LOOKUP_VALUES FLV
1548: WHERE lookup_type = 'PSP_STATUS'
1549: AND lookup_code = p_status_code
1550: AND language = USERENV('LANG');
1551:

Line 1577: FROM FND_LOOKUP_VALUES FLV

1573:
1574: -- New cursor defn for bug fix 4507892
1575: CURSOR error_description_cur IS
1576: SELECT meaning
1577: FROM FND_LOOKUP_VALUES FLV
1578: WHERE lookup_type = 'PSP_ERROR_CODE'
1579: AND lookup_code = p_error_code
1580: AND language = USERENV('LANG');
1581: