DBA Data[Home] [Help]

APPS.ZX_TCM_GET_EXEMPT_PKG dependencies on GL_SETS_OF_BOOKS

Line 20: from gl_period_statuses p, gl_sets_of_books g

16: end_date out NOCOPY date ) is
17:
18: cursor sel_date( p_tax_date in date ) is
19: select p.start_date, p.end_date
20: from gl_period_statuses p, gl_sets_of_books g
21: where p.application_id = 222
22: and p.set_of_books_id = p_ledger_id
23: and trunc(p_tax_date) between p.start_date and p.end_date
24: and g.set_of_books_id = p.set_of_books_id