DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PQP_CONFIGURATION_VALUES

Line 252: from pqp_configuration_values

248: -- following cursor for 5080403
249: cursor autopop_config_cur is
250: select pcv_information7 suspense,
251: pcv_information9 pregen
252: from pqp_configuration_values
253: where pcv_information_category = 'PSP_ENABLE_AUTOPOPULATION'
254: and legislation_code is null
255: and nvl(business_group_id, p_business_group_id) = p_business_group_id;
256: