DBA Data[Home] [Help]

APPS.WIP_DISCRETE_WS_MOVE dependencies on FND_MSG_PUB

Line 138: fnd_msg_pub.add;

134: open_past_period => l_openperiod);
135:
136: if (l_periodID = -1 or l_periodID = 0) then
137: fnd_message.set_name('INV','INV_NO_OPEN_PERIOD');
138: fnd_msg_pub.add;
139: raise fnd_api.g_exc_unexpected_error;
140: end if;
141:
142: begin

Line 151: fnd_msg_pub.add;

147: AND wpb.organization_id = moveData.orgID;
148: exception
149: when others then
150: fnd_message.set_name('WIP', 'WIP_NO_BALANCE');
151: fnd_msg_pub.add;
152: raise fnd_api.g_exc_unexpected_error;
153: end;
154:
155: qaCollectionID := moveData.qaCollectionID;