DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on GL_SETS_OF_BOOKS

Line 548: from gl_sets_of_books gsob, cst_le_cost_types clct

544: WHERE gp.period_name = open_period_name
545: AND gp.period_num = open_period_num
546: AND gp.period_year = open_period_year
547: AND gp.period_set_name = (select gsob.period_set_name
548: from gl_sets_of_books gsob, cst_le_cost_types clct
549: where gsob.set_of_books_id = clct.set_of_books_id
550: and clct.legal_entity = l_entity_id
551: and clct.cost_type_id = l_cost_type_id
552: and clct.primary_cost_method > 2)