DBA Data[Home] [Help]

APPS.AHL_VWP_PROJ_PROD_PVT dependencies on MTL_PARAMETERS

Line 1092: FROM mtl_parameters

1088:
1089: -- To get the cost group for the Org
1090: CURSOR c_cost_group(p_org_id IN NUMBER) IS
1091: SELECT default_cost_group_id
1092: FROM mtl_parameters
1093: WHERE organization_id = p_org_id;
1094:
1095: -- Added by rnahata for Bug 6334682
1096: CURSOR c_new_txns_flag(c_project_status_code IN VARCHAR) IS

Line 1612: FROM mtl_parameters

1608:
1609: -- To get the cost group for the Org
1610: CURSOR c_cost_group(p_org_id IN NUMBER) IS
1611: SELECT default_cost_group_id
1612: FROM mtl_parameters
1613: WHERE organization_id = p_org_id;
1614:
1615: --Bug#5587893
1616: /*sowsubra - starts*/