DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PQP_CONFIGURATION_VALUES

Line 5249: from pqp_configuration_values

5245: pcv_information5 default_schedule_autopop,
5246: pcv_information6 default_account_autopop,
5247: pcv_information7 suspense_account,
5248: pcv_information10 excess_account
5249: from pqp_configuration_values
5250: where pcv_information_category = 'PSP_ENABLE_AUTOPOPULATION'
5251: and legislation_code is null
5252: and nvl(business_group_id, p_business_group_id) = p_business_group_id;
5253:

Line 8387: from pqp_configuration_values

8383: pcv_information5 default_schedule_autopop,
8384: pcv_information6 default_account_autopop,
8385: pcv_information7 suspense_account,
8386: pcv_information10 excess_account
8387: from pqp_configuration_values
8388: where pcv_information_category = 'PSP_ENABLE_AUTOPOPULATION'
8389: and legislation_code is null
8390: and nvl(business_group_id, g_business_group_id) = g_business_group_id;
8391: