DBA Data[Home] [Help]

APPS.CS_CONT_GET_DETAILS_PVT dependencies on FND_PROFILE

Line 108: l_inp_rec.sort_key:= fnd_profile.value('CS_SR_CONTRACT_SORT_ORDER');

104: Importance Level(COVTYP_IMP).
105: Default value: Resolution time (to be backward compatible)
106: */
107:
108: l_inp_rec.sort_key:= fnd_profile.value('CS_SR_CONTRACT_SORT_ORDER');
109: if l_inp_rec.sort_key is null then
110: l_inp_rec.sort_key:= 'RSN';
111: end if;
112:

Line 129: -- fnd_profile.get('MO_OPERATING_UNIT',l_organization_id);

125: l_org_id := NULL;
126: end if;
127:
128: **************/
129: -- fnd_profile.get('MO_OPERATING_UNIT',l_organization_id);
130:
131: -- Set the Multi-org context before calling Entitlements API
132: -- commenting the org context as per instructions from contracts
133: -- 12 30 2000