DBA Data[Home] [Help]

APPS.OKL_AUTO_INSURANCE_PVT dependencies on MO_GLOBAL

Line 1101: mo_global.set_policy_context('S', l_khr_org_id); --added by zrehman for Bug#6363652 10-Oct-2007

1097: l_khr_start := l_okl_eli_policies_csr.start_date;
1098: --Bug # 6318957 Changes Start
1099: l_khr_org_id := l_okl_eli_policies_csr.org_id;
1100: --Bug # 6318957 Changes End
1101: mo_global.set_policy_context('S', l_khr_org_id); --added by zrehman for Bug#6363652 10-Oct-2007
1102: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'-------------------------------------------------------------');
1103: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'--For Contract Number--'|| l_khr_number );
1104: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'-------------------------------------------------------------');
1105:

Line 1394: mo_global.init('M'); --added by zrehman for Bug#6363652 10-Oct-2007

1390: END IF ;
1391: lb_provider := FALSE;
1392: END LOOP ;
1393: CLOSE okl_eli_policies_csr ;
1394: mo_global.init('M'); --added by zrehman for Bug#6363652 10-Oct-2007
1395: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'---------------------- Summary -----------------------------');
1396: IF (policy_tbl_type.COUNT > 0) THEN
1397: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,'Policy Created For Contracts');
1398: Fnd_File.PUT_LINE(Fnd_File.OUTPUT,' '||'Contract Number Start Date ' );