DBA Data[Home] [Help]

APPS.HR_GL_COST_CENTERS dependencies on GL_SETS_OF_BOOKS

Line 1436: from gl_sets_of_books --Bug 3264485

1432: l_cost_center_name varchar2(240) := null;
1433:
1434: cursor c_coas is
1435: select distinct chart_of_accounts_id
1436: from gl_sets_of_books --Bug 3264485
1437: where chart_of_accounts_id = p_coa
1438: or p_coa is null ; -- Fix for Bug 2875915
1439:
1440: type curType is ref cursor;

Line 1757: from gl_sets_of_books --Bug 3264485

1753: l_temp_table varchar2(30) := null;
1754:
1755: cursor c_coas is
1756: select distinct chart_of_accounts_id
1757: from gl_sets_of_books --Bug 3264485
1758: where chart_of_accounts_id = p_coa
1759: or p_coa is null ; -- Fix for Bug 2875915
1760: --
1761: