DBA Data[Home] [Help]

APPS.IGW_SUBJECT_INFORMATION_PVT dependencies on STANDARD

Line 185: -- standard check of p_commit

181: End if;
182: RAISE FND_API.G_EXC_ERROR;
183: End if;
184:
185: -- standard check of p_commit
186: if fnd_api.to_boolean(p_commit) then
187: commit work;
188: end if;
189:

Line 295: -- standard check of p_commit

291: RAISE FND_API.G_EXC_ERROR;
292: End if;
293:
294:
295: -- standard check of p_commit
296: if fnd_api.to_boolean(p_commit) then
297: commit work;
298: end if;
299: