DBA Data[Home] [Help]

APPS.CSF_ACCESS_HOURS_PVT dependencies on STANDARD

Line 233: -- Standard check of p_commit

229: close c_check_tl;
230:
231:
232:
233: -- Standard check of p_commit
234: IF fnd_api.to_boolean(p_commit) THEN
235: commit work;
236: END IF;
237:

Line 379: -- Standard check of p_commit

375: Raise fnd_api.g_exc_unexpected_error;
376: end if;
377:
378:
379: -- Standard check of p_commit
380: IF fnd_api.to_boolean(p_commit) THEN
381: commit work;
382: END IF;
383: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

Line 440: -- Standard check of p_commit

436: -- RAISE NO_DATA_FOUND;
437: Raise fnd_api.g_exc_unexpected_error;
438: end if;
439:
440: -- Standard check of p_commit
441: IF fnd_api.to_boolean(p_commit) THEN
442: commit work;
443: END IF;
444: