DBA Data[Home] [Help]

APPS.OKS_WF_K_APPROVE dependencies on MO_GLOBAL

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

425: ;
426: l_dummy varchar2(1) := 'F';
427:
428: begin
429: mo_global.init('OKC');
430: --
431: -- RUN mode - normal process execution
432: --
433: if (funcmode = 'RUN') then

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

758: and (RTY_CODE=G_TERMSFORQUOTE OR RTY_CODE=G_NEGOTIATESQUOTE
759: AND Nvl(Fnd_Profile.Value('OKC_CREATE_ORDER_FROM_K'),'Y')='N');
760: --taking BOTH into account as per Bug 2050306 abkumar
761: BEGIN
762: mo_global.init('OKC');
763: --
764: -- RUN mode - normal process execution
765: --
766: if (funcmode = 'RUN') then

Line 989: mo_global.init('OKS');

985: begin
986: IF (l_debug = 'Y') THEN
987: okc_debug.log('OKSWCAPB: Initialize Start of initialize()', 2);
988: END IF;
989: mo_global.init('OKS');
990: --
991: -- RUN mode - normal process execution
992: --
993: if (funcmode = 'RUN') then

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

1163: ' actid: ' || to_char(actid) ||
1164: ' funcmode: ' || funcmode);
1165: END IF;
1166:
1167: mo_global.init('OKC');
1168: --
1169: -- RUN mode - normal process execution
1170: --
1171: if (funcmode = 'RUN') then

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

1527: resultout out nocopy varchar2 ) is
1528: L_CONTRACT_ID number;
1529: x_return_status varchar2(1);
1530: begin
1531: mo_global.init('OKC');
1532: --
1533: -- RUN mode - normal process execution
1534: --
1535: if (funcmode = 'RUN') then

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

1608: resultout out nocopy varchar2 ) is
1609: L_CONTRACT_ID number;
1610: x_return_status varchar2(1);
1611: begin
1612: mo_global.init('OKC');
1613: --
1614: -- RUN mode - normal process execution
1615: --
1616: if (funcmode = 'RUN') then

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

1685: L_DATE_SIGNED Date;
1686: L_CONTRACT_ID number;
1687: x_return_status varchar2(1);
1688: begin
1689: mo_global.init('OKC');
1690: --
1691: -- RUN mode - normal process execution
1692: --
1693: if (funcmode = 'RUN') then

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

1925: --Global Variables
1926: G_API_VERSION NUMBER :=1.0 ;
1927:
1928: BEGIN
1929: mo_global.init('OKC');
1930: --
1931: -- RUN mode - normal process execution
1932: --
1933: If (funcmode = 'RUN') then

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

1992: L_CONTRACT_ID number;
1993: x_return_status varchar2(1);
1994: --
1995: begin
1996: mo_global.init('OKC');
1997: --
1998: -- RUN mode - normal process execution
1999: --
2000: if (funcmode = 'RUN') then

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

2075: SELECT userenv('sessionid')
2076: FROM dual;
2077: --
2078: begin
2079: mo_global.init('OKC');
2080: --
2081: -- RUN mode - normal process execution
2082: --
2083: if (funcmode = 'RUN') then

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

2193: x_cpsv_rec Okc_Contract_Pub.cpsv_rec_type;
2194: l_init_msg_list VARCHAR2(1) := Okc_Api.G_FALSE;
2195: l_process_id NUMBER;
2196: BEGIN
2197: mo_global.init('OKC');
2198: --
2199: -- RUN mode - normal process execution
2200: --
2201: IF (funcmode = 'RUN') THEN