DBA Data[Home] [Help]

APPS.PA_RES_AVL_PVT dependencies on FND_MSG_PUB

Line 53: FND_MSG_PUB.add_exc_msg

49:
50: EXCEPTION
51: WHEN OTHERS THEN
52: -- Set the exception Message and the stack
53: FND_MSG_PUB.add_exc_msg
54: (p_pkg_name => 'PA_RES_AVL_PVT'
55: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
56:
57: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 94: FND_MSG_PUB.add_exc_msg

90:
91: EXCEPTION
92: WHEN OTHERS THEN
93: -- Set the exception Message and the stack
94: FND_MSG_PUB.add_exc_msg
95: (p_pkg_name => 'PA_RES_AVL_PVT'
96: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
97:
98: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 125: FND_MSG_PUB.add_exc_msg

121:
122: EXCEPTION
123: WHEN OTHERS THEN
124: -- Set the exception Message and the stack
125: FND_MSG_PUB.add_exc_msg
126: (p_pkg_name => 'PA_RES_AVL_PVT'
127: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
128:
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;