DBA Data[Home] [Help]

APPS.IGW_STUDY_TITLES_PVT dependencies on STANDARD

Line 256: -- standard check of p_commit

252: End if;
253: RAISE FND_API.G_EXC_ERROR;
254: End if;
255:
256: -- standard check of p_commit
257: if fnd_api.to_boolean(p_commit) then
258: commit work;
259: end if;
260:

Line 364: -- standard check of p_commit

360: RAISE FND_API.G_EXC_ERROR;
361: End if;
362:
363:
364: -- standard check of p_commit
365: if fnd_api.to_boolean(p_commit) then
366: commit work;
367: end if;
368: