DBA Data[Home] [Help]

APPS.CSFW_ORDER_PARTS dependencies on FND_MSG_PUB

Line 138: fnd_msg_pub.get

134: -- This if is only for the Debug purpose
135: if l_msg_count > 0 THEN
136: FOR l_counter IN 1 .. l_msg_count
137: LOOP
138: fnd_msg_pub.get
139: ( p_msg_index => l_counter
140: , p_encoded => FND_API.G_FALSE
141: , p_data => l_msg_data
142: , p_msg_index_out => l_msg_count

Line 294: fnd_msg_pub.get

290: -- This if is only for the Debug purpose
291: if l_msg_count > 0 THEN
292: FOR l_counter IN 1 .. l_msg_count
293: LOOP
294: fnd_msg_pub.get
295: ( p_msg_index => l_counter
296: , p_encoded => FND_API.G_FALSE
297: , p_data => l_msg_data
298: , p_msg_index_out => l_msg_count

Line 458: fnd_msg_pub.get

454:
455: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
456:
457: -- bug # 5171584
458: fnd_msg_pub.get
459: ( p_msg_index => l_msg_count
460: , p_encoded => FND_API.G_FALSE
461: , p_data => x_msg_data
462: , p_msg_index_out => l_msg_count2

Line 503: fnd_msg_pub.get

499:
500: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
501:
502: -- bug # 5171584
503: fnd_msg_pub.get
504: ( p_msg_index => l_msg_count
505: , p_encoded => FND_API.G_FALSE
506: , p_data => x_msg_data
507: , p_msg_index_out => l_msg_count2

Line 840: fnd_msg_pub.get

836: x_msg_data := x_Msg_Data;
837: if x_msg_count > 0 THEN
838: FOR l_counter IN 1 .. x_msg_count
839: LOOP
840: fnd_msg_pub.get
841: ( p_msg_index => l_counter
842: , p_encoded => FND_API.G_FALSE
843: , p_data => x_msg_data
844: , p_msg_index_out => x_msg_count

Line 857: ,P_EXCEPTION_LEVEL => FND_MSG_PUB.G_MSG_LVL_ERROR

853: x_return_status := FND_API.G_RET_STS_ERROR;
854: JTF_PLSQL_API.HANDLE_EXCEPTIONS(
855: P_API_NAME => L_API_NAME
856: ,P_PKG_NAME => G_PKG_NAME
857: ,P_EXCEPTION_LEVEL => FND_MSG_PUB.G_MSG_LVL_ERROR
858: ,P_PACKAGE_TYPE => JTF_PLSQL_API.G_PVT
859: ,X_MSG_COUNT => X_MSG_COUNT
860: ,X_MSG_DATA => X_MESSAGE
861: ,X_RETURN_STATUS => X_RETURN_STATUS);

Line 867: ,P_EXCEPTION_LEVEL => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR

863: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
864: JTF_PLSQL_API.HANDLE_EXCEPTIONS(
865: P_API_NAME => L_API_NAME
866: ,P_PKG_NAME => G_PKG_NAME
867: ,P_EXCEPTION_LEVEL => FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR
868: ,P_PACKAGE_TYPE => JTF_PLSQL_API.G_PVT
869: ,X_MSG_COUNT => X_MSG_COUNT
870: ,X_MSG_DATA => X_MESSAGE
871: ,X_RETURN_STATUS => X_RETURN_STATUS);