DBA Data[Home] [Help]

APPS.PA_CALENDAR_UTILS dependencies on FND_MSG_PUB

Line 101: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',

97: WHEN OTHERS THEN
98: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
99: x_msg_count := 1 ; -- 4537865
100: x_msg_data := SUBSTRB(SQLERRM,1,240); -- 4537865
101: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',
102: p_procedure_name => 'get_calendar_shifts');
103: raise;
104: END get_calendar_shifts;
105:

Line 152: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',

148: WHEN OTHERS THEN
149: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
150: x_msg_count := 1 ; -- 4537865
151: x_msg_data := SUBSTRB(SQLERRM,1,240); -- 4537865
152: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',
153: p_procedure_name => 'get_calendar_except');
154: raise;
155:
156: END get_calendar_except;

Line 281: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',

277: WHEN OTHERS THEN
278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
279: x_msg_count := 1 ; -- 4537865
280: x_msg_data := SUBSTRB(SQLERRM,1,240); -- 4537865
281: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',
282: p_procedure_name => 'gen_calendar_sch');
283: raise;
284:
285: END gen_calendar_sch;

Line 563: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',

559: WHEN OTHERS THEN
560: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
561: x_msg_count := 1 ; -- 4537865
562: x_msg_data := SUBSTRB(SQLERRM,1,240); -- 4537865
563: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',
564: p_procedure_name => 'apply_calendar_except');
565: raise;
566:
567:

Line 674: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',

670: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
671: -- 4537865 : reset x_error_message_code also
672: x_error_message_code := SQLCODE ;
673:
674: FND_MSG_PUB.add_exc_msg(p_pkg_name =>'PA_CALENDAR_UTILS',
675: p_procedure_name => 'Check_Calendar_Name_Or_Id');
676: RAISE;
677: END Check_Calendar_Name_Or_Id;
678: