DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on GL_SETS_OF_BOOKS

Line 666: FROM gl_sets_of_books a,

662: x_return_status OUT NOCOPY VARCHAR2 ) IS
663:
664: CURSOR c_currency_code IS
665: SELECT currency_code
666: FROM gl_sets_of_books a,
667: hr_operating_units b
668: WHERE a.NAME = b.NAME
669: AND b.organization_id = p_org_id;
670:

Line 4723: from gl_sets_of_books

4719:
4720: begin
4721: select currency_code
4722: into l_from_currency
4723: from gl_sets_of_books
4724: where name = p_ou;
4725: exception
4726: when no_data_found then
4727: x_value := p_value;