DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 144: org_organization_definitions org

140: AND nvl(PLA.ORG_ID,-1) = nvl(org.operating_unit,-1)
141: AND rownum=1),-1) customer_id --bug 8692047
142: from po_requisition_lines lin,
143: po_requisition_headers hdr,
144: org_organization_definitions org
145: where lin.requisition_header_id = hdr.requisition_header_id
146: and lin.source_organization_id = org.organization_id
147: and hdr.transferred_to_oe_flag = 'I'
148: and lin.source_type_code = 'INVENTORY'

Line 534: org_organization_definitions ood

530: --Bug 10037733
531: SELECT currency_code
532: INTO l_Source_Currency_Code
533: FROM gl_sets_of_books glsob,
534: org_organization_definitions ood
535: WHERE glsob.set_of_books_id = ood.set_of_books_id
536: AND ood.organization_id = l_source_org_id;
537:
538: --get the currency_code functional currency from gl