DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PUB dependencies on FND_MSG_PUB

Line 163: FND_MSG_PUB.initialize;

159: x_return_status := FND_API.G_RET_STS_SUCCESS;
160:
161: --Clear the global PL/SQL message table
162: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
163: FND_MSG_PUB.initialize;
164: END IF;
165: --get hz_parties.party_id of the logged in user
166: l_last_modified_by_id := PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id );
167: l_owner_id := p_owner_id;

Line 314: x_msg_count := FND_MSG_PUB.Count_Msg;

310:
311:
312: -- IF the number of messages is 1 then fetch the message code from the stack
313: -- and return its text
314: x_msg_count := FND_MSG_PUB.Count_Msg;
315: IF x_msg_count = 1 THEN
316: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
317: ,p_msg_index => 1
318: ,p_data => x_msg_data

Line 331: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.ADD_CONTROL_ITEM'

327: EXCEPTION
328: WHEN OTHERS THEN
329: rollback;
330: -- Set the excetption Message and the stack
331: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.ADD_CONTROL_ITEM'
332: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
333:
334: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
335: RAISE;

Line 428: FND_MSG_PUB.initialize;

424: x_return_status := FND_API.G_RET_STS_SUCCESS;
425:
426: --Clear the global PL/SQL message table
427: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
428: FND_MSG_PUB.initialize;
429: END IF;
430:
431: --get hz_parties.party_id of the logged in user
432: l_last_modified_by_id := PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id );

Line 593: x_msg_count := FND_MSG_PUB.Count_Msg;

589: END IF;
590:
591: -- IF the number of messaages is 1 then fetch the message code from the stack
592: -- and return its text
593: x_msg_count := FND_MSG_PUB.Count_Msg;
594: IF x_msg_count = 1 THEN
595: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
596: ,p_msg_index => 1
597: ,p_data => x_msg_data

Line 610: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.UPDATE_CONTROL_ITEM'

606: EXCEPTION
607: WHEN OTHERS THEN
608: rollback;
609: -- Set the excetption Message and the stack
610: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.UPDATE_CONTROL_ITEM'
611: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
612:
613: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
614: RAISE;

Line 652: FND_MSG_PUB.initialize;

648: x_return_status := FND_API.G_RET_STS_SUCCESS;
649:
650: --Clear the global PL/SQL message table
651: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
652: FND_MSG_PUB.initialize;
653: END IF;
654: /*
655: open valid_ci;
656: fetch valid_ci into l_status_code;

Line 694: x_msg_count := FND_MSG_PUB.Count_Msg;

690:
691:
692: -- IF the number of messaages is 1 then fetch the message code from the stack
693: -- and return its text
694: x_msg_count := FND_MSG_PUB.Count_Msg;
695: IF x_msg_count = 1 THEN
696: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
697: ,p_msg_index => 1
698: ,p_data => x_msg_data

Line 711: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.DELETE_CONTROL_ITEM'

707: EXCEPTION
708: WHEN OTHERS THEN
709: rollback;
710: -- Set the excetption Message and the stack
711: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.DELETE_CONTROL_ITEM'
712: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
713:
714:
715: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 753: FND_MSG_PUB.initialize;

749: x_return_status := FND_API.G_RET_STS_SUCCESS;
750:
751: --Clear the global PL/SQL message table
752: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
753: FND_MSG_PUB.initialize;
754: END IF;
755:
756: pa_control_items_pvt.COPY_CONTROL_ITEM (
757: p_commit => p_commit

Line 775: x_msg_count := FND_MSG_PUB.Count_Msg;

771: ,x_msg_data => x_msg_data);
772:
773: -- IF the number of messages is 1 then fetch the message code from the stack
774: -- and return its text
775: x_msg_count := FND_MSG_PUB.Count_Msg;
776: IF x_msg_count = 1 THEN
777: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
778: ,p_msg_index => 1
779: ,p_data => x_msg_data

Line 796: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.COPY_CONTROL_ITEM'

792: EXCEPTION
793: WHEN OTHERS THEN
794: rollback;
795: -- Set the excetption Message and the stack
796: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.COPY_CONTROL_ITEM'
797: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
798:
799:
800: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 833: FND_MSG_PUB.initialize;

829: x_return_status := FND_API.G_RET_STS_SUCCESS;
830:
831: --Clear the global PL/SQL message table
832: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
833: FND_MSG_PUB.initialize;
834: END IF;
835:
836: if (x_return_status = FND_API.G_RET_STS_SUCCESS) then
837: PA_CONTROL_ITEMS_PVT.INCLUDE_CONTROL_ITEM(

Line 854: x_msg_count := FND_MSG_PUB.Count_Msg;

850: end if;
851:
852: -- IF the number of messaages is 1 then fetch the message code from the stack
853: -- and return its text
854: x_msg_count := FND_MSG_PUB.Count_Msg;
855: IF x_msg_count = 1 THEN
856: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
857: ,p_msg_index => 1
858: ,p_data => x_msg_data

Line 875: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.INCLUDE_CONTROL_ITEM'

871: EXCEPTION
872: WHEN OTHERS THEN
873: rollback;
874: -- Set the excetption Message and the stack
875: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.INCLUDE_CONTROL_ITEM'
876: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
877:
878:
879: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;