DBA Data[Home] [Help]

APPS.AHL_VWP_PROJ_PROD_PVT dependencies on MTL_PARAMETERS

Line 1768: FROM mtl_parameters

1764:
1765: -- To get the cost group for the Org
1766: CURSOR c_cost_group(p_org_id IN NUMBER) IS
1767: SELECT default_cost_group_id
1768: FROM mtl_parameters
1769: WHERE organization_id = p_org_id;
1770:
1771: -- Added by rnahata for Bug 6334682
1772: CURSOR c_new_txns_flag(c_project_status_code IN VARCHAR) IS

Line 2542: FROM mtl_parameters

2538:
2539: -- To get the cost group for the Org
2540: CURSOR c_cost_group(p_org_id IN NUMBER) IS
2541: SELECT default_cost_group_id
2542: FROM mtl_parameters
2543: WHERE organization_id = p_org_id;
2544:
2545: --Bug#5587893
2546: /*sowsubra - starts*/