DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on GL_SETS_OF_BOOKS

Line 577: from gl_sets_of_books gsob, cst_le_cost_types clct

573: WHERE gp.period_name = open_period_name
574: AND gp.period_num = open_period_num
575: AND gp.period_year = open_period_year
576: AND gp.period_set_name = (select gsob.period_set_name
577: from gl_sets_of_books gsob, cst_le_cost_types clct
578: where gsob.set_of_books_id = clct.set_of_books_id
579: and clct.legal_entity = l_entity_id
580: and clct.cost_type_id = l_cost_type_id
581: and clct.primary_cost_method > 2)