DBA Data[Home] [Help]

APPS.OKE_FUNDING_UTIL_PKG dependencies on GL_SETS_OF_BOOKS

Line 1193: gl_sets_of_books g

1189: cursor c_currency is
1190: select currency_code
1191: from pa_projects_all p,
1192: pa_implementations_all i,
1193: gl_sets_of_books g
1194: where p.project_id = x_project_id
1195: and nvl(p.org_id, -99) = nvl(i.org_id, -99)
1196: and i.set_of_books_id = g.set_of_books_id;
1197: