DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE_TO_RBC dependencies on HR_LOOKUPS

Line 122: from hr_lookups

118: begin
119: hr_utility.set_location(' Inside '||l_proc,210);
120:
121: select meaning into l_name
122: from hr_lookups
123: where lookup_type = 'PQH_GSP_LE_PT_NAME'
124: and lookup_code = 'RBC_PT';
125:
126: hr_utility.set_location(' Leaving '||l_proc,210);