DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on GL_SETS_OF_BOOKS

Line 3541: gl_sets_of_books g

3537: cursor c_ou is
3538: select nvl(allow_funding_across_ou_flag, 'N'),
3539: currency_code
3540: from pa_implementations_all p,
3541: gl_sets_of_books g
3542: where nvl(org_id, -99) = nvl(p_org_id, -99)
3543: and g.set_of_books_id = p.set_of_books_id;
3544:
3545: cursor c_across is

Line 4183: gl_sets_of_books g

4179: cursor c_ou (x_org_id number) is
4180: select nvl(allow_funding_across_ou_flag, 'N'),
4181: currency_code
4182: from pa_implementations_all p,
4183: gl_sets_of_books g
4184: where nvl(org_id, -99) = nvl(x_org_id, -99)
4185: and g.set_of_books_id = p.set_of_books_id;
4186:
4187: cursor c_across (x_org_id number) is