DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PSP_ORGANIZATION_ACCOUNTS

Line 184: psp_organization_accounts pos ,

180: DECODE(g_dff_grouping_option, 'Y', DECODE(ppg.suspense_org_account_id, NULL, ppg.attribute9, pos.attribute9), NULL) attribute9,
181: DECODE(g_dff_grouping_option, 'Y', DECODE(ppg.suspense_org_account_id, NULL, ppg.attribute10, pos.attribute10), NULL) attribute10
182: FROM
183: psp_pre_gen_dist_lines_history ppg,
184: psp_organization_accounts pos ,
185: --psp_group_element_list pgel, --- added for DA-ENH Modified to inline query for bug fix 3658235
186: (SELECT max(peg.element_group_id) element_group_id, pgel.element_type_id --Bug 14128743
187: FROM psp_element_groups peg, psp_group_element_list pgel
188: WHERE business_group_id = p_business_group_id