DBA Data[Home] [Help]

APPS.IEX_COLL_IND_PUB dependencies on FND_API

Line 30: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

26:
27: BEGIN
28:
29: If p_org_id is null then
30: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
31: end if;
32:
33: --fnd_request.set_org_id(p_org_id);
34: mo_global.set_policy_context('S',p_org_id);

Line 108: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

104:
105: BEGIN
106:
107: If p_org_id is null then
108: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
109: end if;
110:
111: --fnd_request.set_org_id(p_org_id);
112: mo_global.set_policy_context('S',p_org_id);

Line 203: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

199:
200: BEGIN
201:
202: If p_org_id is null then
203: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
204: end if;
205:
206: -- fnd_request.set_org_id(p_org_id);
207: mo_global.set_policy_context('S',p_org_id);

Line 302: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

298:
299: BEGIN
300:
301: If p_org_id is null then
302: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
303: end if;
304:
305: -- fnd_request.set_org_id(p_org_id);
306: mo_global.set_policy_context('S',p_org_id);