DBA Data[Home] [Help]

APPS.IBU_MES_BIN dependencies on AMV_CATEGORY_GRP

Line 307: AMV_CATEGORY_GRP.Get_CatChildrenHierarchy(p_api_version => 1.0,

303:
304:
305: -- get the channels per category
306:
307: AMV_CATEGORY_GRP.Get_CatChildrenHierarchy(p_api_version => 1.0,
308: p_init_msg_list => 'T',
309: x_return_status => x_return_status,
310: x_msg_count => x_msg_count,
311: x_msg_data => x_msg_data,

Line 344: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,

340:
341: if ( cats_array(j).ID <> category_id)
342: THEN
343: -- get items per channel
344: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,
345: p_init_msg_list => 'T',
346: x_return_status => x_return_status,
347: x_msg_count => x_msg_count,
348: x_msg_data => x_msg_data,

Line 642: AMV_CATEGORY_GRP.Get_CatChildrenHierarchy(p_api_version => 1.0,

638: dbms_lob.writeappend(res_clob,length(newln), newln);
639:
640: -- get the channels per category
641:
642: AMV_CATEGORY_GRP.Get_CatChildrenHierarchy(p_api_version => 1.0,
643: p_init_msg_list => 'T',
644: x_return_status => x_return_status,
645: x_msg_count => x_msg_count,
646: x_msg_data => x_msg_data,

Line 674: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,

670: if (cats_array(j).ID <> category_id)
671: THEN
672: -- get items per channel
673:
674: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,
675: p_init_msg_list => 'T',
676: x_return_status => x_return_status,
677: x_msg_count => x_msg_count,
678: x_msg_data => x_msg_data,

Line 840: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,

836:
837: -- get items per channel - for top level category (bug fix : 2243802).
838: -- Channels that are attached to top level category are not retrieved.
839:
840: AMV_CATEGORY_GRP.Get_ChannelsPerCategory(p_api_version => 1.0,
841: p_init_msg_list => 'T',
842: x_return_status => x_return_status,
843: x_msg_count => x_msg_count,
844: x_msg_data => x_msg_data,