DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PSP_GROUP_ELEMENT_LIST

Line 1948: psp_group_element_list pgel,

1944: decode(g_dff_grouping_option, 'Y',NVL(p_attribute8, psl.attribute8)) attribute8,
1945: decode(g_dff_grouping_option, 'Y',NVL(p_attribute9, psl.attribute9)) attribute9,
1946: decode(g_dff_grouping_option, 'Y',NVL(p_attribute10, psl.attribute10)) attribute10
1947: FROM psp_element_types pet,
1948: psp_group_element_list pgel,
1949: psp_schedule_hierarchy psh,
1950: psp_schedule_lines psl
1951: WHERE pet.element_type_id = p_element_type_id
1952: -- Introduced the following BG/SOB check for bug fix 3098050