DBA Data[Home] [Help]

APPS.AHL_OSP_PO_REQ_PVT dependencies on MTL_PARAMETERS

Line 2375: FROM mtl_parameters

2371: AND inventory_item_id = c_item_id;
2372:
2373: CURSOR get_mtl_acct_org_csr(c_inv_org_id IN NUMBER) IS
2374: SELECT material_account
2375: FROM mtl_parameters
2376: WHERE organization_id = c_inv_org_id;
2377:
2378: L_DEBUG_KEY CONSTANT VARCHAR2(150) := G_LOG_PREFIX || '.get_charge_account_id';
2379: l_charge_acct_id NUMBER := null;