DBA Data[Home] [Help]

APPS.GMIALLOC dependencies on STANDARD

Line 39: Modified signature to follow api standards.

35: Jalaj Srivastava Bug 2519568
36: ic_summ_inv is now a view.
37: Removed all updates to ic_summ_inv from this procedure.
38: Jalaj Srivastava Bug 3282770
39: Modified signature to follow api standards.
40: Added proper error handling.
41: Reorganized the logic/code.
42: Allow OMSO allocations to be moved.
43: ================================================================== */

Line 160: -- Standard call to check for call compatibility.

156: IF FND_API.to_boolean(p_init_msg_list) THEN
157: FND_MSG_PUB.Initialize;
158: END IF;
159: SAVEPOINT update_pending_allocations;
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
162: p_api_version ,
163: l_api_name ,
164: G_PKG_NAME ) THEN

Line 312: Modified signature to follow api standards.

308: 2. we never update OM txns
309: 3. if we cannot move allocations then we error out (done
310: from the form)
311: Jalaj Srivastava Bug 3282770
312: Modified signature to follow api standards.
313: Added proper error handling.
314: Reorganized the logic/code.
315: If OMSO allocations exist then moving allcoations not allowed
316: if the move is to a different warehouse.

Line 352: -- Standard call to check for call compatibility.

348: BEGIN
349: IF FND_API.to_boolean(p_init_msg_list) THEN
350: FND_MSG_PUB.Initialize;
351: END IF;
352: -- Standard call to check for call compatibility.
353: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
354: p_api_version ,
355: l_api_name ,
356: G_PKG_NAME ) THEN

Line 580: -- Standard call to check for call compatibility.

576: BEGIN
577: IF FND_API.to_boolean(p_init_msg_list) THEN
578: FND_MSG_PUB.Initialize;
579: END IF;
580: -- Standard call to check for call compatibility.
581: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
582: p_api_version ,
583: l_api_name ,
584: G_PKG_NAME ) THEN