DBA Data[Home] [Help]

APPS.ISC_DEPOT_MARGIN_ETL_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 205: , hr_organization_information hoi

201: from csd_repair_job_xref xref
202: group by xref.wip_entity_id
203: having count(1) = 1
204: ) crjx1
205: , hr_organization_information hoi
206: , gl_sets_of_books gsob
207: where
208: rof.repair_line_id = crjx.repair_line_id
209: and crjx.wip_entity_id = wpb.wip_entity_id

Line 262: , hr_organization_information hoi

258: from csd_repair_job_xref xref
259: group by xref.wip_entity_id
260: having count (1) = 1
261: ) crjx1
262: , hr_organization_information hoi
263: , gl_sets_of_books gsob
264: where
265: rof.repair_line_id = crjx.repair_line_id
266: and crjx.wip_entity_id = wpb.wip_entity_id