DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on GL_SETS_OF_BOOKS

Line 1549: from gl_sets_of_books g

1545: decode(g.mrc_sob_type_code, 'N', NULL,
1546: decode(l_multi_cur, 'N', NULL,
1547: ': ' || g.currency_code))
1548: into l_wnd_context
1549: from gl_sets_of_books g
1550: , pa_implementations c
1551: where c.set_of_books_id = g.set_of_books_id;
1552:
1553: /*

Line 1586: from gl_sets_of_books g

1582: decode(g.mrc_sob_type_code, 'N', NULL,
1583: decode(l_multi_cur, 'N', NULL,
1584: ': ' || g.currency_code))
1585: into l_wnd_context
1586: from gl_sets_of_books g
1587: , pa_implementations c
1588: , hr_operating_units h
1589: where h.organization_id = to_number(l_id)
1590: and c.set_of_books_id = g.set_of_books_id;