DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_BUDGET_WF dependencies on FND_MSG_PUB

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

1163: --
1164: -- For error and warning messages, you must increment the p_err_msg_count
1165: -- OUT-parameter before passing control to the calling procedure:
1166: --
1167: -- p_err_msg_count := FND_MSG_PUB.Count_Msg;
1168: --
1169: --
1170: -- For a hard error, one that you want to force the calling procedure
1171: -- to invoke a 'False' or 'Failure' transition:

Line 1208: p_err_msg_count := FND_MSG_PUB.Count_Msg;

1204: --
1205: -- Make sure to update the OUT variable for the
1206: -- message count
1207: --
1208: p_err_msg_count := FND_MSG_PUB.Count_Msg;
1209:
1210:
1211: EXCEPTION
1212: