DBA Data[Home] [Help]

APPS.PA_PROJECT_SETS_PUB dependencies on FND_MSG_PUB

Line 56: FND_MSG_PUB.initialize;

52: x_return_status := FND_API.G_RET_STS_SUCCESS;
53:
54: --Clear the global PL/SQL message table
55: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
56: FND_MSG_PUB.initialize;
57: END IF;
58:
59: -- Issue API savepoint if the transaction is to be committed
60: IF p_commit = FND_API.G_TRUE THEN

Line 104: x_msg_count := FND_MSG_PUB.Count_Msg;

100: ,p_attribute15 => p_attribute15
101: ,x_project_set_id => x_project_set_id
102: ,x_return_status => l_return_status);
103:
104: x_msg_count := FND_MSG_PUB.Count_Msg;
105: IF x_msg_count = 1 THEN
106: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
107: ,p_msg_index => 1
108: ,p_data => x_msg_data

Line 140: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Create_Project_Set'

136: x_msg_count := 1;
137: x_msg_data := SUBSTRB(SQLERRM,1,120);
138:
139: -- Set the exception Message and the stack
140: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Create_Project_Set'
141: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
142: --
143: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
144: --RAISE;

Line 201: FND_MSG_PUB.initialize;

197: x_return_status := FND_API.G_RET_STS_SUCCESS;
198:
199: --Clear the global PL/SQL message table
200: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
201: FND_MSG_PUB.initialize;
202: END IF;
203:
204: -- Issue API savepoint if the transaction is to be committed
205: IF p_commit = FND_API.G_TRUE THEN

Line 250: x_msg_count := FND_MSG_PUB.Count_Msg;

246: ,p_record_version_number => p_record_version_number
247: ,x_return_status => l_return_status);
248:
249:
250: x_msg_count := FND_MSG_PUB.Count_Msg;
251: IF x_msg_count = 1 THEN
252: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
253: ,p_msg_index => 1
254: ,p_data => x_msg_data

Line 285: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Update_Project_Set'

281: x_msg_count := 1;
282: x_msg_data := SUBSTRB(SQLERRM,1,120);
283:
284: -- Set the excetption Message and the stack
285: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Update_Project_Set'
286: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
287: --
288: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
289: --RAISE;

Line 323: FND_MSG_PUB.initialize;

319: x_return_status := FND_API.G_RET_STS_SUCCESS;
320:
321: --Clear the global PL/SQL message table
322: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
323: FND_MSG_PUB.initialize;
324: END IF;
325:
326: -- Issue API savepoint if the transproject is to be committed
327: IF p_commit = FND_API.G_TRUE THEN

Line 348: x_msg_count := FND_MSG_PUB.Count_Msg;

344: (p_project_set_id => p_project_set_id
345: ,p_record_version_number => p_record_version_number
346: ,x_return_status => l_return_status);
347:
348: x_msg_count := FND_MSG_PUB.Count_Msg;
349: IF x_msg_count = 1 THEN
350: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
351: ,p_msg_index => 1
352: ,p_data => x_msg_data

Line 383: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Delete_Project_Set'

379: x_msg_count := 1;
380: x_msg_data := SUBSTRB(SQLERRM,1,120);
381:
382: -- Set the excetption Message and the stack
383: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Delete_Project_Set'
384: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
385: --
386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
387: RAISE;

Line 421: FND_MSG_PUB.initialize;

417: x_return_status := FND_API.G_RET_STS_SUCCESS;
418:
419: --Clear the global PL/SQL message table
420: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
421: FND_MSG_PUB.initialize;
422: END IF;
423:
424: -- Issue API savepoint if the transproject is to be committed
425: IF p_commit = FND_API.G_TRUE THEN

Line 447: x_msg_count := FND_MSG_PUB.Count_Msg;

443: (p_project_set_id => p_project_set_id
444: ,p_project_id => p_project_id
445: ,x_return_status => l_return_status);
446:
447: x_msg_count := FND_MSG_PUB.Count_Msg;
448: IF x_msg_count = 1 THEN
449: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
450: ,p_msg_index => 1
451: ,p_data => x_msg_data

Line 482: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Create_Project_Set_Line'

478: x_msg_count := 1;
479: x_msg_data := SUBSTRB(SQLERRM,1,120);
480:
481: -- Set the excetption Message and the stack
482: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Create_Project_Set_Line'
483: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
484: --
485: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
486: --RAISE;

Line 522: FND_MSG_PUB.initialize;

518: x_return_status := FND_API.G_RET_STS_SUCCESS;
519:
520: --Clear the global PL/SQL message table
521: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
522: FND_MSG_PUB.initialize;
523: END IF;
524:
525: -- Issue API savepoint if the transproject is to be committed
526: IF p_commit = FND_API.G_TRUE THEN

Line 547: x_msg_count := FND_MSG_PUB.Count_Msg;

543: (p_project_set_id => p_project_set_id
544: ,p_project_id => p_project_id
545: ,x_return_status => l_return_status);
546:
547: x_msg_count := FND_MSG_PUB.Count_Msg;
548: IF x_msg_count = 1 THEN
549: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
550: ,p_msg_index => 1
551: ,p_data => x_msg_data

Line 582: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Delete_Project_Set_Line'

578: x_msg_count := 1;
579: x_msg_data := SUBSTRB(SQLERRM,1,120);
580:
581: -- Set the excetption Message and the stack
582: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PUB.Delete_Project_Set_Line'
583: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
584: --
585: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
586: --RAISE;

Line 635: FND_MSG_PUB.add_exc_msg

631: WHEN OTHERS THEN
632: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
633: p_to_id := l_incoming_p_to_id ; -- RESET this IN OUT param to the same IN value got
634:
635: FND_MSG_PUB.add_exc_msg
636: ( p_pkg_name => 'PA_PROJECT_SETS_PUB'
637: , p_procedure_name => 'Party_Merge'
638: , p_error_text => SUBSTRB(SQLERRM,1,240));
639: