DBA Data[Home] [Help]

APPS.AMV_CHANNEL_PVT dependencies on AMV_MATCH_PVT

Line 971: AMV_MATCH_PVT.Request_ChannelMatch

967: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
968: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
969: END IF;
970: -- invoke macthing engine for populating items into channel
971: AMV_MATCH_PVT.Request_ChannelMatch
972: (
973: p_api_version => l_api_version,
974: x_return_status => x_return_status,
975: x_msg_count => x_msg_count,

Line 1226: AMV_MATCH_PVT.Request_ChannelMatch

1222: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1223: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1224: END IF;
1225: -- invoke macthing engine for populating items into channel
1226: AMV_MATCH_PVT.Request_ChannelMatch
1227: (
1228: p_api_version => l_api_version,
1229: x_return_status => x_return_status,
1230: x_msg_count => x_msg_count,

Line 2585: AMV_MATCH_PVT.Request_ChannelMatch

2581: END IF;
2582: RAISE FND_API.G_EXC_ERROR;
2583: END;
2584: -- invoke macthing engine for populating items into channel
2585: AMV_MATCH_PVT.Request_ChannelMatch
2586: (
2587: p_api_version => l_api_version,
2588: x_return_status => x_return_status,
2589: x_msg_count => x_msg_count,