DBA Data[Home] [Help]

APPS.OKL_CONVERT_INT_TYPE_WF dependencies on WF_CORE

Line 637: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

633: return;
634: END IF;
635: EXCEPTION
636: WHEN OKL_API.G_EXCEPTION_ERROR THEN
637: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
638: 'Convert_Interest_Type',
639: itemtype,
640: itemkey,
641: to_char(actid),

Line 645: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

641: to_char(actid),
642: funcmode);
643: RAISE;
644: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
645: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
646: 'Convert_Interest_Type',
647: itemtype,
648: itemkey,
649: to_char(actid),

Line 653: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

649: to_char(actid),
650: funcmode);
651: RAISE;
652: WHEN OTHERS THEN
653: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
654: 'Convert_Interest_Type',
655: itemtype,
656: itemkey,
657: to_char(actid),

Line 768: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

764: return;
765: END IF;
766: EXCEPTION
767: WHEN OKL_API.G_EXCEPTION_ERROR THEN
768: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
769: 'Convert_Interest_Type',
770: itemtype,
771: itemkey,
772: to_char(actid),

Line 776: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

772: to_char(actid),
773: funcmode);
774: RAISE;
775: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
776: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
777: 'Convert_Interest_Type',
778: itemtype,
779: itemkey,
780: to_char(actid),

Line 784: wf_core.context('OKL_CONVERT_INT_TYPE_WF',

780: to_char(actid),
781: funcmode);
782: RAISE;
783: WHEN OTHERS THEN
784: wf_core.context('OKL_CONVERT_INT_TYPE_WF',
785: 'Convert_Interest_Type',
786: itemtype,
787: itemkey,
788: to_char(actid),