DBA Data[Home] [Help]

APPS.WMS_RE_CUSTOM_PUB dependencies on STANDARD

Line 223: -- This procedure gets called just before the standard algorithm

219: -- Type : Public
220: -- Function : Searches for a wms strategy assignment to a
221: -- customer-defined business object in a customer-specific
222: -- manner.
223: -- This procedure gets called just before the standard algorithm
224: -- which searches for strategy assignments to system-defined
225: -- business objects.
226: -- Pre-reqs : transaction record in WMS_STRATEGY_MAT_TXN_TMP_V uniquely
227: -- identified by parameters p_transaction_temp_id and

Line 253: -- API standard variables

249: ,p_type_code in number := fnd_api.g_miss_num
250: ,x_strategy_id out NOCOPY number
251: ) is
252:
253: -- API standard variables
254: l_api_name constant varchar2(30) := 'SearchForStrategy';
255:
256: begin
257:

Line 280: -- Standard call to get message count and if count is 1, get message info

276: -- Message: No strategy found using custom-specific stub procedure
277: raise fnd_api.g_exc_error;
278: end if;
279:
280: -- Standard call to get message count and if count is 1, get message info
281: fnd_msg_pub.count_and_get( p_count => x_msg_count
282: ,p_data => x_msg_data );
283:
284: exception

Line 342: -- API standard variables

338: ,x_return_type out NOCOPY varchar2 -- 'V' for Value , 'R' for Rule , 'S' for strategy
339: ,x_return_type_id out NOCOPY number
340: ) is
341:
342: -- API standard variables
343: l_api_name constant varchar2(30) := 'SearchForStrategy';
344:
345: begin
346:

Line 370: -- Standard call to get message count and if count is 1, get message info

366: -- Message: No strategy/Rule/Value found using custom-specific stub procedure
367: raise fnd_api.g_exc_error;
368: end if;
369:
370: -- Standard call to get message count and if count is 1, get message info
371: fnd_msg_pub.count_and_get( p_count => x_msg_count
372: ,p_data => x_msg_data );
373:
374: exception