DBA Data[Home] [Help]

APPS.PA_PROGRESS_PVT dependencies on FND_LOOKUP_VALUES

Line 361: from fnd_lookup_values

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

Line 6576: from fnd_lookup_values

6572:
6573: CURSOR cur_status( c_status_weight VARCHAR2 )
6574: IS
6575: select lookup_code
6576: from fnd_lookup_values
6577: where attribute4 = c_status_weight
6578: and lookup_type = 'PROGRESS_SYSTEM_STATUS'
6579: and language = 'US'
6580: AND VIEW_APPLICATION_ID = 275 ; -- Bug ref # 6507900;

Line 10872: from fnd_lookup_values

10868:
10869: CURSOR cur_status( c_status_weight VARCHAR2 )
10870: IS
10871: select lookup_code
10872: from fnd_lookup_values
10873: where attribute4 = c_status_weight
10874: and lookup_type = 'PROGRESS_SYSTEM_STATUS'
10875: and language = 'US'
10876: AND VIEW_APPLICATION_ID = 275 ; -- Bug ref # 6507900;

Line 14432: from fnd_lookup_values

14428:
14429: CURSOR cur_status( c_status_weight VARCHAR2 )
14430: IS
14431: select lookup_code
14432: from fnd_lookup_values
14433: where attribute4 = c_status_weight
14434: and lookup_type = 'PROGRESS_SYSTEM_STATUS'
14435: and language = 'US'
14436: AND VIEW_APPLICATION_ID = 275 ; -- Bug ref # 6507900;