DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on GL_SETS_OF_BOOKS

Line 3359: gl_sets_of_books g

3355: cursor c_ou is
3356: select nvl(allow_funding_across_ou_flag, 'N'),
3357: currency_code
3358: from pa_implementations_all p,
3359: gl_sets_of_books g
3360: where nvl(org_id, -99) = nvl(p_org_id, -99)
3361: and g.set_of_books_id = p.set_of_books_id;
3362:
3363: cursor c_across is

Line 3983: gl_sets_of_books g

3979: cursor c_ou (x_org_id number) is
3980: select nvl(allow_funding_across_ou_flag, 'N'),
3981: currency_code
3982: from pa_implementations_all p,
3983: gl_sets_of_books g
3984: where nvl(org_id, -99) = nvl(x_org_id, -99)
3985: and g.set_of_books_id = p.set_of_books_id;
3986:
3987: cursor c_across (x_org_id number) is