DBA Data[Home] [Help]

APPS.AMS_EVENTHEADER_PVT dependencies on AMS_ACTMETRIC_PVT

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

3973: CLOSE c_program;
3974:
3975: x_return_status := FND_API.g_ret_sts_success;
3976:
3977: /* The AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP should be called
3978: 1) When Program is removed or updated (changed)
3979: 2) No need of calling when program is attached first time
3980: */
3981:

Line 3984: AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP(

3980: */
3981:
3982: IF( l_program_id IS NOT NULL )THEN
3983: IF( l_program_id <> nvl(p_evh_rec.program_id,0))THEN
3984: AMS_ACTMETRIC_PVT.INVALIDATE_ROLLUP(
3985: p_api_version => l_api_version,
3986: p_init_msg_list => Fnd_Api.g_false,
3987: p_commit => Fnd_Api.G_FALSE,
3988: