DBA Data[Home] [Help]

APPS.OKC_WF_K_APPROVE dependencies on MO_GLOBAL

Line 294: mo_global.init('OKC');

290: ;
291: l_dummy varchar2(1) := 'F';
292:
293: begin
294: mo_global.init('OKC');
295: --
296: -- RUN mode - normal process execution
297: --
298: if (funcmode = 'RUN') then

Line 571: mo_global.init('OKC');

567: and (RTY_CODE=G_TERMSFORQUOTE OR RTY_CODE=G_NEGOTIATESQUOTE
568: AND Nvl(Fnd_Profile.Value('OKC_CREATE_ORDER_FROM_K'),'Y')='N');
569: --taking BOTH into account as per Bug 2050306 abkumar
570: BEGIN
571: mo_global.init('OKC');
572: --
573: -- RUN mode - normal process execution
574: --
575: if (funcmode = 'RUN') then

Line 795: mo_global.init('OKC');

791: from okc_k_headers_tl
792: where id = P_CONTRACT_ID
793: and language=userenv('LANG');
794: begin
795: mo_global.init('OKC');
796: --
797: -- RUN mode - normal process execution
798: --
799: if (funcmode = 'RUN') then

Line 924: mo_global.init('OKC');

920: L_NEXT_PERFORMER_USERNAME varchar2(240);
921: L_NEXT_PERFORMER_USERNAME_OUT varchar2(240);
922: L_N_PERFORMER_DISPLAY_NAME varchar2(240);
923: begin
924: mo_global.init('OKC');
925: --
926: -- RUN mode - normal process execution
927: --
928: if (funcmode = 'RUN') then

Line 1380: mo_global.init('OKC');

1376: L_CONTRACT_ID number;
1377: x_return_status varchar2(1);
1378: begin
1379:
1380: mo_global.init('OKC');
1381: --
1382: -- RUN mode - normal process execution
1383: --
1384: if (funcmode = 'RUN') then

Line 1461: mo_global.init('OKC');

1457: resultout out nocopy varchar2 ) is
1458: L_CONTRACT_ID number;
1459: x_return_status varchar2(1);
1460: begin
1461: mo_global.init('OKC');
1462: --
1463: -- RUN mode - normal process execution
1464: --
1465: if (funcmode = 'RUN') then

Line 1538: mo_global.init('OKC');

1534: L_DATE_SIGNED Date;
1535: L_CONTRACT_ID number;
1536: x_return_status varchar2(1);
1537: begin
1538: mo_global.init('OKC');
1539: --
1540: -- RUN mode - normal process execution
1541: --
1542: if (funcmode = 'RUN') then

Line 1684: mo_global.init('OKC');

1680: --Global Variables
1681: G_API_VERSION NUMBER :=1.0 ;
1682:
1683: BEGIN
1684: mo_global.init('OKC');
1685: --
1686: -- RUN mode - normal process execution
1687: --
1688: If (funcmode = 'RUN') then

Line 1751: mo_global.init('OKC');

1747: L_CONTRACT_ID number;
1748: x_return_status varchar2(1);
1749: --
1750: begin
1751: mo_global.init('OKC');
1752: --
1753: -- RUN mode - normal process execution
1754: --
1755: if (funcmode = 'RUN') then

Line 1834: mo_global.init('OKC');

1830: SELECT userenv('sessionid')
1831: FROM dual;
1832: --
1833: begin
1834: mo_global.init('OKC');
1835: --
1836: -- RUN mode - normal process execution
1837: --
1838: if (funcmode = 'RUN') then

Line 1952: mo_global.init('OKC');

1948: x_cpsv_rec Okc_Contract_Pub.cpsv_rec_type;
1949: l_init_msg_list VARCHAR2(1) := Okc_Api.G_FALSE;
1950: l_process_id NUMBER;
1951: BEGIN
1952: mo_global.init('OKC');
1953: --
1954: -- RUN mode - normal process execution
1955: --
1956: IF (funcmode = 'RUN') THEN