DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_UTIL dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 659: ORG_ORGANIZATION_DEFINITIONS ood

655: SELECT hr.location_code
656: INTO x_location_code
657: FROM HR_LOCATIONS hr,
658: FINANCIALS_SYSTEM_PARAMETERS fsp,
659: ORG_ORGANIZATION_DEFINITIONS ood
660: WHERE hr.location_id = x_location_id
661: AND hr.inventory_organization_id = ood.organization_id (+)
662: AND nvl(ood.set_of_books_id, fsp.set_of_books_id) = fsp.set_of_books_id;
663: