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 811: mo_global.init('OKC');

807: and (RTY_CODE=G_TERMSFORQUOTE OR RTY_CODE=G_NEGOTIATESQUOTE
808: AND Nvl(Fnd_Profile.Value('OKC_CREATE_ORDER_FROM_K'),'Y')='N');
809: --taking BOTH into account as per Bug 2050306 abkumar
810: BEGIN
811: mo_global.init('OKC');
812: --
813: -- RUN mode - normal process execution
814: --
815: if (funcmode = 'RUN') then

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

1034: begin
1035: IF (l_debug = 'Y') THEN
1036: okc_debug.log('OKSWCAPB: Initialize Start of initialize()', 2);
1037: END IF;
1038: mo_global.init('OKS');
1039: --
1040: -- RUN mode - normal process execution
1041: --
1042: if (funcmode = 'RUN') then

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

1212: ' actid: ' || to_char(actid) ||
1213: ' funcmode: ' || funcmode);
1214: END IF;
1215:
1216: mo_global.init('OKC');
1217: --
1218: -- RUN mode - normal process execution
1219: --
1220: if (funcmode = 'RUN') then

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

1577: resultout out nocopy varchar2 ) is
1578: L_CONTRACT_ID number;
1579: x_return_status varchar2(1);
1580: begin
1581: mo_global.init('OKC');
1582: --
1583: -- RUN mode - normal process execution
1584: --
1585: if (funcmode = 'RUN') then

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

1658: resultout out nocopy varchar2 ) is
1659: L_CONTRACT_ID number;
1660: x_return_status varchar2(1);
1661: begin
1662: mo_global.init('OKC');
1663: --
1664: -- RUN mode - normal process execution
1665: --
1666: if (funcmode = 'RUN') then

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

1735: L_DATE_SIGNED Date;
1736: L_CONTRACT_ID number;
1737: x_return_status varchar2(1);
1738: begin
1739: mo_global.init('OKC');
1740: --
1741: -- RUN mode - normal process execution
1742: --
1743: if (funcmode = 'RUN') then

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

1976: --Global Variables
1977: G_API_VERSION NUMBER :=1.0 ;
1978:
1979: BEGIN
1980: mo_global.init('OKC');
1981: --
1982: -- RUN mode - normal process execution
1983: --
1984: If (funcmode = 'RUN') then

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

2043: L_CONTRACT_ID number;
2044: x_return_status varchar2(1);
2045: --
2046: begin
2047: mo_global.init('OKC');
2048: --
2049: -- RUN mode - normal process execution
2050: --
2051: if (funcmode = 'RUN') then

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

2126: SELECT userenv('sessionid')
2127: FROM dual;
2128: --
2129: begin
2130: mo_global.init('OKC');
2131: --
2132: -- RUN mode - normal process execution
2133: --
2134: if (funcmode = 'RUN') then

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

2244: x_cpsv_rec Okc_Contract_Pub.cpsv_rec_type;
2245: l_init_msg_list VARCHAR2(1) := Okc_Api.G_FALSE;
2246: l_process_id NUMBER;
2247: BEGIN
2248: mo_global.init('OKC');
2249: --
2250: -- RUN mode - normal process execution
2251: --
2252: IF (funcmode = 'RUN') THEN