DBA Data[Home] [Help]

APPS.OKS_BILL_MIGRATION dependencies on OKC_CONTEXT

Line 531: -- Setting OKC Context

527: x_return_status Varchar2(10);
528: BEGIN
529: x_return_status := G_RET_STS_SUCCESS;
530: DBMS_TRANSACTION.SAVEPOINT('MAIN');
531: -- Setting OKC Context
532: okc_context.set_okc_org_context;
533:
534: -- Open the contract cursor
535: Open l_contract_csr ;

Line 532: okc_context.set_okc_org_context;

528: BEGIN
529: x_return_status := G_RET_STS_SUCCESS;
530: DBMS_TRANSACTION.SAVEPOINT('MAIN');
531: -- Setting OKC Context
532: okc_context.set_okc_org_context;
533:
534: -- Open the contract cursor
535: Open l_contract_csr ;
536: Loop