DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 36: org_organization_definitions ood

32: CURSOR currency_code_cur (p_organization_id NUMBER) IS
33: SELECT glsob.currency_code
34: ,glsob.chart_of_accounts_id
35: FROM gl_sets_of_books glsob,
36: org_organization_definitions ood
37: WHERE glsob.set_of_books_id = ood.set_of_books_id
38: AND ood.organization_id = p_organization_id;
39:
40: -- Get Unit Price for Internal Requsitions

Line 80: org_organization_definitions ood,

76: psp.DEFAULT_RATE_TYPE,
77: 30),10)
78: FROM mtl_system_items msi,
79: gl_sets_of_books glsob,
80: org_organization_definitions ood,
81: po_system_parameters psp
82: WHERE msi.inventory_item_id = p_item_id
83: AND ood.organization_id = p_source_organization_id
84: AND msi.organization_id = ood.organization_id