DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PQP_CONFIGURATION_VALUES

Line 48: FROM pqp_configuration_values

44: */
45:
46: CURSOR create_stat_batch_in_gms_cur IS
47: SELECT NVL(pcv_information1,'N')
48: FROM pqp_configuration_values
49: WHERE pcv_information_category = 'PSP_CREATE_STAT_BATCH_IN_GMS'
50: AND legislation_code IS NULL
51: AND NVL(business_group_id, p_business_group_id) = p_business_group_id;
52: