DBA Data[Home] [Help]

APPS.PA_EVENT_PVT dependencies on FND_GLOBAL

Line 87: l_resp_id := FND_GLOBAL.Resp_id;

83: ,x_msg => 'Beginning of Function security Check'
84: ,x_log_level => 5);
85: End If;
86:
87: l_resp_id := FND_GLOBAL.Resp_id;
88:
89: -- Actions performed using the APIs would be subject to
90: -- function security. If the responsibility does not allow
91: -- such functions to be executed, the API should not proceed further