DBA Data[Home] [Help]

APPS.OKC_CHANGE_CONTRACT_PVT dependencies on MO_GLOBAL

Line 169: MO_GLOBAL.INIT('OKS');

165: --
166: L_NLS_VALUE VARCHAR2(30);
167: begin
168:
169: MO_GLOBAL.INIT('OKS');
170: --
171: -- start activity
172: --
173: l_return_status := OKC_API.START_ACTIVITY(substr(l_api_name,1,26),

Line 835: MO_GLOBAL.INIT('OKS');

831: where USAGE='CHG_REQ_APPROVE' and PDF_TYPE = 'WPS')
832: and item_key = l_key
833: and end_date is NULL;
834: begin
835: MO_GLOBAL.INIT('OKS');
836: --
837: -- start activity
838: --
839: l_return_status := OKC_API.START_ACTIVITY(substr(l_api_name,1,26),

Line 1237: MO_GLOBAL.INIT('OKS');

1233: l_contract_number okc_k_headers_v.contract_number%type;
1234: l_k_status_code okc_k_headers_v.sts_code%type;
1235: l_contract_modifier okc_k_headers_v.contract_number_modifier%type;
1236: begin
1237: MO_GLOBAL.INIT('OKS');
1238: savepoint change_request_approved;
1239: open lock_csr;
1240: fetch lock_csr into l_crtv_rec.id;
1241: close lock_csr;

Line 1333: MO_GLOBAL.INIT('OKS');

1329: l_contract_number okc_k_headers_v.contract_number%type;
1330: l_k_status_code okc_k_headers_v.sts_code%type;
1331: l_contract_modifier okc_k_headers_v.contract_number_modifier%type;
1332: begin
1333: MO_GLOBAL.INIT('OKS');
1334: savepoint change_request_rejected;
1335: open lock_csr;
1336: fetch lock_csr into l_crtv_rec.id;
1337: close lock_csr;