DBA Data[Home] [Help]

APPS.PO_SOURCING3_SV dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 109: org_organization_definitions ood,

105: X_disposition_warning_flag,
106: X_enforce_full_lot_control
107: FROM financials_system_parameters fsp,
108: gl_sets_of_books gsb,
109: org_organization_definitions ood,
110: po_system_parameters psp
111: WHERE fsp.set_of_books_id = gsb.set_of_books_id
112: AND fsp.inventory_organization_id = ood.organization_id;
113: