DBA Data[Home] [Help]

APPS.EAM_FAILURE_ANALYSIS_PVT dependencies on GL_SETS_OF_BOOKS

Line 1658: gl_sets_of_books gsob1, gl_sets_of_books gsob2

1654: l_asset_failure_tbl(i).include_for_cost_aggr := 'Y';
1655:
1656: select 1 into l_same_prim_curr
1657: from cst_organization_definitions cod1, cst_organization_definitions cod2,
1658: gl_sets_of_books gsob1, gl_sets_of_books gsob2
1659: where cod1.organization_id = p_current_org_id
1660: and cod2.organization_id = l_org2
1661: and cod1.set_of_books_id = gsob1.set_of_books_id
1662: and cod2.set_of_books_id = gsob2.set_of_books_id