DBA Data[Home] [Help]

APPS.OKS_IBINT_PUB dependencies on OKS_IBINT_PUB

Line 1: Package Body OKS_IBINT_PUB As

1: Package Body OKS_IBINT_PUB As
2: /* $Header: OKSPIBIB.pls 120.52 2007/09/07 10:16:21 vmutyala ship $ */
3:
4:
5: -- Constants used for Message Logging

Line 703: If the procedure OKS_IBINT_PUB is invoked simultaneously for

699: ' Order Line Routine. '|| ';'|| 'Order header id = '||p_order_header_id ||'Before update statement' );
700: END IF;
701:
702: /* Fix for Bug 2240584.
703: If the procedure OKS_IBINT_PUB is invoked simultaneously for
704: two order lines of the same Order, two contracts were getting created.
705: To avoid that a update statement is included, so that the second order
706: line waits until the first OL is processed.
707: */

Line 3436: END OKS_IBINT_PUB;

3432: x_return_status := 'S';
3433: END CHECK_CONTRACTS_IMPACTED;
3434:
3435:
3436: END OKS_IBINT_PUB;