DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PQP_CONFIGURATION_VALUES

Line 42: from pqp_configuration_values

38: l_msg_data VARCHAR2(2000);
39: --- introduced for 5080403
40: cursor autopop_config_cur is
41: select pcv_information7 suspense_account
42: from pqp_configuration_values
43: where pcv_information_category = 'PSP_ENABLE_AUTOPOPULATION'
44: and legislation_code is null
45: and nvl(business_group_id, p_business_group_id) = p_business_group_id;
46:

Line 62: FROM pqp_configuration_values

58: */
59:
60: CURSOR create_stat_batch_in_gms_cur IS
61: SELECT NVL(pcv_information1,'N')
62: FROM pqp_configuration_values
63: WHERE pcv_information_category = 'PSP_CREATE_STAT_BATCH_IN_GMS'
64: AND legislation_code IS NULL
65: AND NVL(business_group_id, p_business_group_id) = p_business_group_id; -- change
66: