DBA Data[Home] [Help]

APPS.CLN_NOTIFY_SHIPCONF_PKG dependencies on FND_MESSAGE

Line 57: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_SHIPCONF_CONSUMD');

53: -- Initialize API return status to success
54: x_return_status := FND_API.G_RET_STS_SUCCESS;
55: l_msg_data := 'XML Gateway successfully consumes RN 3B13_Notify_of_Shipment_Confirmation inbound document';
56:
57: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_SHIPCONF_CONSUMD');
58: x_msg_data := FND_MESSAGE.GET;
59:
60: IF (l_Debug_Level <= 1) THEN
61: cln_debug_pub.Add('------------ PARAMETERS OBTAINED ----------', 1);

Line 58: x_msg_data := FND_MESSAGE.GET;

54: x_return_status := FND_API.G_RET_STS_SUCCESS;
55: l_msg_data := 'XML Gateway successfully consumes RN 3B13_Notify_of_Shipment_Confirmation inbound document';
56:
57: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_SHIPCONF_CONSUMD');
58: x_msg_data := FND_MESSAGE.GET;
59:
60: IF (l_Debug_Level <= 1) THEN
61: cln_debug_pub.Add('------------ PARAMETERS OBTAINED ----------', 1);
62: cln_debug_pub.Add('Delivery Doc ID ---- '||p_delivery_doc_id, 1);

Line 94: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');

90: cln_debug_pub.Add('Delivery Number found as '||l_entity_number, 1);
91: END IF;
92: EXCEPTION
93: WHEN NO_DATA_FOUND THEN
94: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');
95: l_msg_data := FND_MESSAGE.GET;
96: IF (l_Debug_Level <= 1) THEN
97: cln_debug_pub.Add('Unable to find the transaction for the document id -'||p_delivery_doc_id,1);
98: END IF;

Line 95: l_msg_data := FND_MESSAGE.GET;

91: END IF;
92: EXCEPTION
93: WHEN NO_DATA_FOUND THEN
94: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');
95: l_msg_data := FND_MESSAGE.GET;
96: IF (l_Debug_Level <= 1) THEN
97: cln_debug_pub.Add('Unable to find the transaction for the document id -'||p_delivery_doc_id,1);
98: END IF;
99: RAISE FND_API.G_EXC_ERROR;

Line 102: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');

98: END IF;
99: RAISE FND_API.G_EXC_ERROR;
100:
101: WHEN TOO_MANY_ROWS THEN
102: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');
103: l_msg_data := FND_MESSAGE.GET;
104: IF (l_Debug_Level <= 1) THEN
105: cln_debug_pub.Add('More then one row found for the same documnet id -'||p_delivery_doc_id,1);
106: END IF;

Line 103: l_msg_data := FND_MESSAGE.GET;

99: RAISE FND_API.G_EXC_ERROR;
100:
101: WHEN TOO_MANY_ROWS THEN
102: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');
103: l_msg_data := FND_MESSAGE.GET;
104: IF (l_Debug_Level <= 1) THEN
105: cln_debug_pub.Add('More then one row found for the same documnet id -'||p_delivery_doc_id,1);
106: END IF;
107: RAISE FND_API.G_EXC_ERROR;

Line 301: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');

297: cln_debug_pub.Add('Delivery Name/Number found as '||l_delivery_name, 1);
298: END IF;
299: EXCEPTION
300: WHEN NO_DATA_FOUND THEN
301: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');
302: l_msg_data := FND_MESSAGE.GET;
303: IF (l_Debug_Level <= 1) THEN
304: cln_debug_pub.Add('Unable to find the transaction for the document number (of transaction history) -'||p_delivery_name,1);
305: END IF;

Line 302: l_msg_data := FND_MESSAGE.GET;

298: END IF;
299: EXCEPTION
300: WHEN NO_DATA_FOUND THEN
301: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NF');
302: l_msg_data := FND_MESSAGE.GET;
303: IF (l_Debug_Level <= 1) THEN
304: cln_debug_pub.Add('Unable to find the transaction for the document number (of transaction history) -'||p_delivery_name,1);
305: END IF;
306: RAISE FND_API.G_EXC_ERROR;

Line 309: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');

305: END IF;
306: RAISE FND_API.G_EXC_ERROR;
307:
308: WHEN TOO_MANY_ROWS THEN
309: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');
310: l_msg_data := FND_MESSAGE.GET;
311: IF (l_Debug_Level <= 1) THEN
312: cln_debug_pub.Add('More then one row found for the same documnet number (of transaction history) -'||p_delivery_name,1);
313: END IF;

Line 310: l_msg_data := FND_MESSAGE.GET;

306: RAISE FND_API.G_EXC_ERROR;
307:
308: WHEN TOO_MANY_ROWS THEN
309: FND_MESSAGE.SET_NAME('CLN','CLN_WSH_TRANS_NOT_UNIQUE');
310: l_msg_data := FND_MESSAGE.GET;
311: IF (l_Debug_Level <= 1) THEN
312: cln_debug_pub.Add('More then one row found for the same documnet number (of transaction history) -'||p_delivery_name,1);
313: END IF;
314: RAISE FND_API.G_EXC_ERROR;