DBA Data[Home] [Help]

APPS.MSC_GET_BIS_VALUES dependencies on MSC_ANALYSIS_PKG

Line 2204: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);

2200: if ( p_instance_id is null and p_organization_id is null and p_item_id is null) then
2201: from_plan_node := true;
2202: end if;
2203:
2204: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);
2205: if (l_category_set_id is null) then
2206: l_category_set_str := '';
2207: else
2208: l_category_set_str := ' AND mic.category_set_id = '||l_category_set_id;

Line 2349: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);

2345: if ( p_instance_id is null and p_organization_id is null and p_item_id is null) then
2346: from_plan_node := true;
2347: end if;
2348:
2349: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);
2350: if (l_category_set_id is null) then
2351: l_category_set_str := '';
2352: else
2353: l_category_set_str := ' AND mic.category_set_id = '||l_category_set_id;

Line 2481: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);

2477: if ( p_instance_id is null and p_organization_id is null and p_item_id is null) then
2478: from_plan_node := true;
2479: end if;
2480:
2481: l_category_set_id := MSC_ANALYSIS_PKG.get_cat_set_id(p_plan_id);
2482: if (l_category_set_id is null) then
2483: l_category_set_str := '';
2484: else
2485: l_category_set_str := ' AND mic.category_set_id = '||l_category_set_id;