DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET_WF dependencies on FND_MSG_PUB

Line 1210: -- p_err_msg_count := FND_MSG_PUB.Count_Msg;

1206: --
1207: -- For error and warning messages, you must increment the p_err_msg_count
1208: -- OUT-parameter before passing control to the calling procedure:
1209: --
1210: -- p_err_msg_count := FND_MSG_PUB.Count_Msg;
1211: --
1212: --
1213: -- For a hard error, one that you want to force the calling procedure
1214: -- to invoke a 'False' or 'Failure' transition:

Line 1251: p_err_msg_count := FND_MSG_PUB.Count_Msg;

1247: --
1248: -- Make sure to update the OUT variable for the
1249: -- message count
1250: --
1251: p_err_msg_count := FND_MSG_PUB.Count_Msg;
1252:
1253:
1254: EXCEPTION
1255: