DBA Data[Home] [Help]

APPS.OZF_PRICELIST_APPROVAL_PVT dependencies on FND_MSG_PUB

Line 759: fnd_msg_pub.initialize;

755: FROM ozf_price_lists_v
756: WHERE list_header_id = p_act_id;
757:
758: BEGIN
759: fnd_msg_pub.initialize;
760:
761: l_activity_id := wf_engine.getitemattrnumber(
762: itemtype => itemtype
763: ,itemkey => itemkey

Line 867: fnd_msg_pub.count_and_get(

863: -- End of Addition for Bug 2352621
864:
865: resultout := 'COMPLETE:SUCCESS';
866: ELSE
867: fnd_msg_pub.count_and_get(
868: p_encoded => fnd_api.g_false
869: ,p_count => l_msg_count
870: ,p_data => l_msg_data
871: );

Line 925: fnd_msg_pub.count_and_get(

921: ,l_error_msg
922: );
923: RAISE;
924: WHEN OTHERS THEN
925: fnd_msg_pub.count_and_get(
926: p_encoded => fnd_api.g_false
927: ,p_count => l_msg_count
928: ,p_data => l_msg_data
929: );

Line 1060: fnd_msg_pub.count_and_get(

1056: resultout := 'COMPLETE:';
1057: RETURN;
1058: END IF;
1059:
1060: fnd_msg_pub.count_and_get(
1061: p_encoded => fnd_api.g_false
1062: ,p_count => l_msg_count
1063: ,p_data => l_msg_data
1064: );

Line 1068: FND_MSG_PUB.Count_And_Get (

1064: );
1065:
1066: EXCEPTION
1067: WHEN OTHERS THEN
1068: FND_MSG_PUB.Count_And_Get (
1069: p_encoded => FND_API.G_FALSE,
1070: p_count => l_msg_count,
1071: p_data => l_msg_data);
1072: