DBA Data[Home] [Help]

APPS.AMW_AUDIT_PROCEDURES_PVT dependencies on FND_MESSAGE

Line 2545: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');

2541: -- 1. Set the return status to error
2542: -- 2. Write a message to the message list.
2543: -- 3. Return to the caller.
2544: x_return_status := FND_API.G_RET_STS_ERROR ;
2545: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');
2546: FND_MSG_PUB.Add;
2547: RETURN;
2548: END IF;
2549: FOR steprec IN steps_b

Line 2680: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');

2676: -- 1. Set the return status to error
2677: -- 2. Write a message to the message list.
2678: -- 3. Return to the caller.
2679: x_return_status := FND_API.G_RET_STS_ERROR ;
2680: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');
2681: FND_MSG_PUB.Add;
2682: RETURN;
2683: END IF;
2684:

Line 2840: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');

2836: -- 1. Set the return status to error
2837: -- 2. Write a message to the message list.
2838: -- 3. Return to the caller.
2839: x_return_status := FND_API.G_RET_STS_ERROR ;
2840: FND_MESSAGE.SET_NAME ('AMW', 'AMW_MISS_TO_AP_ID');
2841: FND_MSG_PUB.Add;
2842: RETURN;
2843: END IF;
2844: