DBA Data[Home] [Help]

APPS.PSP_ADJ_DRIVER dependencies on PSP_ORGANIZATION_ACCOUNTS

Line 182: psp_organization_accounts pos ,

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