DBA Data[Home] [Help]

APPS.PA_PROGRESS_PVT dependencies on FND_LOOKUP_VALUES

Line 360: from fnd_lookup_values

356:
357: CURSOR cur_status( c_status_weight VARCHAR2 )
358: IS
359: select lookup_code
360: from fnd_lookup_values
361: where attribute4 = c_status_weight
362: and lookup_type = 'PROGRESS_SYSTEM_STATUS'
363: and language = 'US'
364: AND VIEW_APPLICATION_ID = 275 ; -- Bug ref # 6507900;

Line 6510: from fnd_lookup_values

6506:
6507: CURSOR cur_status( c_status_weight VARCHAR2 )
6508: IS
6509: select lookup_code
6510: from fnd_lookup_values
6511: where attribute4 = c_status_weight
6512: and lookup_type = 'PROGRESS_SYSTEM_STATUS'
6513: and language = 'US'
6514: AND VIEW_APPLICATION_ID = 275 ; -- Bug ref # 6507900;