DBA Data[Home] [Help]

APPS.CSF_ACCESS_HOURS_PVT dependencies on STANDARD

Line 236: -- Standard check of p_commit

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

Line 384: -- Standard check of p_commit

380: Raise fnd_api.g_exc_unexpected_error;
381: end if;
382:
383:
384: -- Standard check of p_commit
385: IF fnd_api.to_boolean(p_commit) THEN
386: commit work;
387: END IF;
388: fnd_msg_pub.count_and_get(p_count => x_msg_count,p_data => x_msg_data);

Line 445: -- Standard check of p_commit

441: -- RAISE NO_DATA_FOUND;
442: Raise fnd_api.g_exc_unexpected_error;
443: end if;
444:
445: -- Standard check of p_commit
446: IF fnd_api.to_boolean(p_commit) THEN
447: commit work;
448: END IF;
449: