DBA Data[Home] [Help]

APPS.AMV_ITEM_PUB dependencies on AMV_MATCH_PVT

Line 322: AMV_MATCH_PVT.Do_ItemChannelMatch

318: FOR i IN 1..p_channel_id_array.COUNT LOOP
319: IF (AMV_UTILITY_PVT.Is_ChannelIdValid(p_channel_id_array(i))=TRUE)
320: THEN
321: -- match the channel with the newly created content item
322: AMV_MATCH_PVT.Do_ItemChannelMatch
323: (
324: p_api_version => l_api_version,
325: x_return_status => l_return_status,
326: x_msg_count => x_msg_count,

Line 355: AMV_MATCH_PVT.Request_ItemMatch

351: --IF (l_item_obj.application_id = AMV_UTILITY_PVT.G_AMV_APP_ID) THEN
352: -- insert a request to matching engine to process item match.
353: -- Ignore the Messages
354: IF (l_item_rec.item_type <> 'MESSAGE_ITEM' ) THEN
355: AMV_MATCH_PVT.Request_ItemMatch
356: (
357: p_api_version => l_api_version,
358: x_return_status => l_return_status,
359: x_msg_count => x_msg_count,

Line 909: AMV_MATCH_PVT.Remove_ItemChannelMatch

905: FOR i IN 1..l_channel_remove_id.COUNT LOOP
906: IF (AMV_UTILITY_PVT.Is_ChannelIdValid(l_channel_remove_id(i))=TRUE)
907: THEN
908: -- remove the channel from content item
909: AMV_MATCH_PVT.Remove_ItemChannelMatch
910: (
911: p_api_version => l_api_version,
912: x_return_status => l_return_status,
913: x_msg_count => x_msg_count,

Line 942: AMV_MATCH_PVT.Do_ItemChannelMatch

938: FOR i IN 1..l_channel_add_id.COUNT LOOP
939: IF (AMV_UTILITY_PVT.Is_ChannelIdValid(l_channel_add_id(i))=TRUE)
940: THEN
941: -- match the channel with the newly created content item
942: AMV_MATCH_PVT.Do_ItemChannelMatch
943: (
944: p_api_version => l_api_version,
945: x_return_status => l_return_status,
946: x_msg_count => x_msg_count,

Line 974: AMV_MATCH_PVT.Request_ItemMatch

970: END IF;
971: --IF (p_item_obj.application_id = AMV_UTILITY_PVT.G_AMV_APP_ID) THEN
972: -- insert a request to matching engine to process item match.
973: IF (p_item_obj.item_type <> 'MESSAGE_ITEM' ) THEN
974: AMV_MATCH_PVT.Request_ItemMatch
975: (
976: p_api_version => l_api_version,
977: x_return_status => l_return_status,
978: x_msg_count => x_msg_count,