114: Importance Level(COVTYP_IMP).
115: Default value: Resolution time (to be backward compatible)
116: */
117:
118: l_inp_rec.sort_key:= fnd_profile.value('CS_SR_CONTRACT_SORT_ORDER');
119: if l_inp_rec.sort_key is null then
120: l_inp_rec.sort_key:= 'RSN';
121: end if;
122:
135: l_org_id := NULL;
136: end if;
137:
138: **************/
139: -- fnd_profile.get('MO_OPERATING_UNIT',l_organization_id);
140:
141: -- Set the Multi-org context before calling Entitlements API
142: -- commenting the org context as per instructions from contracts
143: -- 12 30 2000