DBA Data[Home] [Help]

APPS.PAY_PGL_PKG dependencies on PER_TIME_PERIOD_TYPES_VL

Line 34: from per_time_period_types_vl

30: from gl_sets_of_books
31: where set_of_books_id = p_gl_set_of_books_id;
32: cursor c_period_type is
33: select display_period_type
34: from per_time_period_types_vl
35: where period_type = p_period_type;
36: sob_rec c%rowtype;
37: --
38: begin