DBA Data[Home] [Help]

APPS.AMS_EVENTOFFER_PVT dependencies on AMS_ACTMETRIC_PVT

Line 7204: /* The AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP should be called

7200: CLOSE c_program;
7201:
7202: x_return_status := FND_API.g_ret_sts_success;
7203:
7204: /* The AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP should be called
7205: 1) When Program is removed or updated (changed)
7206: 2) No need of calling when program is attached first time
7207: */
7208:

Line 7211: AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP(

7207: */
7208:
7209: IF( l_program_id IS NOT NULL )THEN
7210: IF( l_program_id <> nvl(p_evo_rec.parent_id,0))THEN
7211: AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP(
7212: p_api_version => l_api_version,
7213: p_init_msg_list => Fnd_Api.g_false,
7214: p_commit => Fnd_Api.G_FALSE,
7215: