DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PUB dependencies on FND_MSG_PUB

Line 178: FND_MSG_PUB.initialize;

174: x_return_status := FND_API.G_RET_STS_SUCCESS;
175:
176: --Clear the global PL/SQL message table
177: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
178: FND_MSG_PUB.initialize;
179: END IF;
180: --get hz_parties.party_id of the logged in user
181: -- l_last_modified_by_id := nvl(PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id ), fnd_global.user_id);
182: -- 26-Jun-2009 cklee Modified for the Bug# 8633676

Line 342: x_msg_count := FND_MSG_PUB.Count_Msg;

338:
339:
340: -- IF the number of messages is 1 then fetch the message code from the stack
341: -- and return its text
342: x_msg_count := FND_MSG_PUB.Count_Msg;
343: IF x_msg_count = 1 THEN
344: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
345: ,p_msg_index => 1
346: ,p_data => x_msg_data

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

355: EXCEPTION
356: WHEN OTHERS THEN
357: rollback;
358: -- Set the excetption Message and the stack
359: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.ADD_CONTROL_ITEM'
360: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
361:
362: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
363: RAISE;

Line 471: FND_MSG_PUB.initialize;

467: x_return_status := FND_API.G_RET_STS_SUCCESS;
468:
469: --Clear the global PL/SQL message table
470: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
471: FND_MSG_PUB.initialize;
472: END IF;
473:
474: --get hz_parties.party_id of the logged in user
475: -- l_last_modified_by_id := nvl(PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id ), fnd_global.user_id);

Line 650: x_msg_count := FND_MSG_PUB.Count_Msg;

646: END IF;
647:
648: -- IF the number of messaages is 1 then fetch the message code from the stack
649: -- and return its text
650: x_msg_count := FND_MSG_PUB.Count_Msg;
651: IF x_msg_count = 1 THEN
652: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
653: ,p_msg_index => 1
654: ,p_data => x_msg_data

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

663: EXCEPTION
664: WHEN OTHERS THEN
665: rollback;
666: -- Set the excetption Message and the stack
667: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.UPDATE_CONTROL_ITEM'
668: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
669:
670: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
671: RAISE;

Line 709: FND_MSG_PUB.initialize;

705: x_return_status := FND_API.G_RET_STS_SUCCESS;
706:
707: --Clear the global PL/SQL message table
708: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
709: FND_MSG_PUB.initialize;
710: END IF;
711: /*
712: open valid_ci;
713: fetch valid_ci into l_status_code;

Line 751: x_msg_count := FND_MSG_PUB.Count_Msg;

747:
748:
749: -- IF the number of messaages is 1 then fetch the message code from the stack
750: -- and return its text
751: x_msg_count := FND_MSG_PUB.Count_Msg;
752: IF x_msg_count = 1 THEN
753: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
754: ,p_msg_index => 1
755: ,p_data => x_msg_data

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

764: EXCEPTION
765: WHEN OTHERS THEN
766: rollback;
767: -- Set the excetption Message and the stack
768: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.DELETE_CONTROL_ITEM'
769: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
770:
771:
772: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 810: FND_MSG_PUB.initialize;

806: x_return_status := FND_API.G_RET_STS_SUCCESS;
807:
808: --Clear the global PL/SQL message table
809: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
810: FND_MSG_PUB.initialize;
811: END IF;
812:
813: pa_control_items_pvt.COPY_CONTROL_ITEM (
814: p_commit => p_commit

Line 832: x_msg_count := FND_MSG_PUB.Count_Msg;

828: ,x_msg_data => x_msg_data);
829:
830: -- IF the number of messages is 1 then fetch the message code from the stack
831: -- and return its text
832: x_msg_count := FND_MSG_PUB.Count_Msg;
833: IF x_msg_count = 1 THEN
834: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
835: ,p_msg_index => 1
836: ,p_data => x_msg_data

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

849: EXCEPTION
850: WHEN OTHERS THEN
851: rollback;
852: -- Set the excetption Message and the stack
853: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.COPY_CONTROL_ITEM'
854: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
855:
856:
857: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 890: FND_MSG_PUB.initialize;

886: x_return_status := FND_API.G_RET_STS_SUCCESS;
887:
888: --Clear the global PL/SQL message table
889: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
890: FND_MSG_PUB.initialize;
891: END IF;
892:
893: if (x_return_status = FND_API.G_RET_STS_SUCCESS) then
894: PA_CONTROL_ITEMS_PVT.INCLUDE_CONTROL_ITEM(

Line 911: x_msg_count := FND_MSG_PUB.Count_Msg;

907: end if;
908:
909: -- IF the number of messaages is 1 then fetch the message code from the stack
910: -- and return its text
911: x_msg_count := FND_MSG_PUB.Count_Msg;
912: IF x_msg_count = 1 THEN
913: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
914: ,p_msg_index => 1
915: ,p_data => x_msg_data

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

928: EXCEPTION
929: WHEN OTHERS THEN
930: rollback;
931: -- Set the excetption Message and the stack
932: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.INCLUDE_CONTROL_ITEM'
933: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
934:
935:
936: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 974: FND_MSG_PUB.initialize;

970: x_return_status := FND_API.G_RET_STS_SUCCESS;
971:
972: --Clear the global PL/SQL message table
973: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
974: FND_MSG_PUB.initialize;
975: END IF;
976:
977: -- Issue API savepoint if the transaction is to be committed
978: IF p_commit = FND_API.G_TRUE THEN

Line 997: x_msg_count := FND_MSG_PUB.Count_Msg;

993: );
994:
995: -- IF the number of messaages is 1 then fetch the message code from the stack
996: -- and return its text
997: x_msg_count := FND_MSG_PUB.Count_Msg;
998: IF x_msg_count = 1 THEN
999: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1000: ,p_msg_index => 1
1001: ,p_data => x_msg_data

Line 1015: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.LOCK_CONTROL_ITEM'

1011: EXCEPTION
1012: WHEN OTHERS THEN
1013: rollback to lock_control_item;
1014: -- Set the excetption Message and the stack
1015: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CONTROL_ITEMS_PUB.LOCK_CONTROL_ITEM'
1016: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1017:
1018:
1019: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;