DBA Data[Home] [Help]

APPS.OZF_PRICELIST_APPROVAL_PVT dependencies on FND_API

Line 791: IF l_return_status = fnd_api.g_ret_sts_success THEN

787: ,x_approver_seq => l_approver_seq
788: ,x_return_status => l_return_status
789: );
790:
791: IF l_return_status = fnd_api.g_ret_sts_success THEN
792: wf_engine.setitemattrnumber(
793: itemtype => itemtype
794: ,itemkey => itemkey
795: ,aname => 'AMS_APPROVAL_DETAIL_ID'

Line 868: p_encoded => fnd_api.g_false

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: );
872:

Line 890: -- RAISE FND_API.G_EXC_ERROR;

886: ,itemkey
887: ,actid
888: ,l_error_msg
889: );
890: -- RAISE FND_API.G_EXC_ERROR;
891: resultout := 'COMPLETE:ERROR';
892: END IF;
893: END IF;
894:

Line 913: WHEN fnd_api.g_exc_error THEN

909: END IF;
910: --
911:
912: EXCEPTION
913: WHEN fnd_api.g_exc_error THEN
914: wf_core.context(
915: 'OZF_PriceList_Approval_PVT'
916: ,'Set_PriceList_Activity_Details'
917: ,itemtype

Line 926: p_encoded => fnd_api.g_false

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: );
930: RAISE;

Line 963: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;

959: IS
960: l_api_version CONSTANT NUMBER := 1.0;
961: l_api_name CONSTANT VARCHAR2(30) := 'Update_PriceList_Status';
962: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
963: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
964: l_msg_count NUMBER;
965: l_msg_data VARCHAR2(4000);
966: l_error_msg VARCHAR2(4000);
967:

Line 1061: p_encoded => fnd_api.g_false

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: );
1065:

Line 1069: p_encoded => FND_API.G_FALSE,

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:
1073: ams_gen_approval_pvt.Handle_Err(