DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on FND_MSG_PUB

Line 2059: IF(FND_MSG_PUB.COUNT_MSG = 1) THEN

2055: -- automacally reject the cancel request.
2056: -- additionally updating the validation_error field with the message stack populated
2057: -- by cancel api(if no. of message is 1).
2058:
2059: IF(FND_MSG_PUB.COUNT_MSG = 1) THEN
2060: l_validation_error := fnd_msg_pub.get(p_encoded => 'F');
2061: END IF;
2062:
2063: update PO_CHANGE_REQUESTS

Line 2060: l_validation_error := fnd_msg_pub.get(p_encoded => 'F');

2056: -- additionally updating the validation_error field with the message stack populated
2057: -- by cancel api(if no. of message is 1).
2058:
2059: IF(FND_MSG_PUB.COUNT_MSG = 1) THEN
2060: l_validation_error := fnd_msg_pub.get(p_encoded => 'F');
2061: END IF;
2062:
2063: update PO_CHANGE_REQUESTS
2064: set request_status='REJECTED',

Line 8707: FND_MSG_PUB.initialize;

8703: RAISE FND_API.g_exc_unexpected_error;
8704: END IF;
8705:
8706: IF FND_API.to_boolean(p_init_msg_list) THEN
8707: FND_MSG_PUB.initialize;
8708: END IF;
8709:
8710: l_index:=p_CanceledReqLineIDs_tbl.FIRST;
8711: l_last:=p_CanceledReqLineIDs_tbl.LAST;