DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on GL_SETS_OF_BOOKS

Line 1305: from gl_sets_of_books g

1301: decode(g.mrc_sob_type_code, 'N', NULL,
1302: decode(l_multi_cur, 'N', NULL,
1303: ': ' || g.currency_code))
1304: into l_wnd_context
1305: from gl_sets_of_books g
1306: , pa_implementations c
1307: where c.set_of_books_id = g.set_of_books_id;
1308:
1309: /*

Line 1342: from gl_sets_of_books g

1338: decode(g.mrc_sob_type_code, 'N', NULL,
1339: decode(l_multi_cur, 'N', NULL,
1340: ': ' || g.currency_code))
1341: into l_wnd_context
1342: from gl_sets_of_books g
1343: , pa_implementations c
1344: , hr_operating_units h
1345: where h.organization_id = to_number(l_id)
1346: and c.set_of_books_id = g.set_of_books_id;