DBA Data[Home] [Help]

APPS.AME_CON_INS dependencies on AME_UTIL

Line 28: if(ame_util.getHighestResponsibility <> ame_util.developerResponsibility

24: conditionCount number;
25: seededKeyPrefix varchar2(4);
26: l_proc varchar2(72) := g_package||'getNextConditionKey';
27: begin
28: if(ame_util.getHighestResponsibility <> ame_util.developerResponsibility
29: and p_condition_key is not null) then
30: return p_condition_key;
31: end if;
32: --+

Line 44: seededKeyPrefix := ame_util.seededKeyPrefix;

40: databaseId := null;
41: end;
42: --+
43: if (fnd_global.resp_name = 'AME Developer') then
44: seededKeyPrefix := ame_util.seededKeyPrefix;
45: else
46: seededKeyPrefix := null;
47: end if;
48: --+

Line 163: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById

159: Cursor C_Sel2 Is
160: select created_by
161: from ame_conditions t
162: where t.condition_id = p_rec.condition_id
163: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById
164: and rownum < 2;
165: --
166: l_proc varchar2(72) := g_package||'dt_insert_dml';
167: l_created_by ame_conditions.created_by%TYPE;

Line 234: -- then the created_by value should be ame_util.seededDataCreatedById

230: Else
231: p_rec.object_version_number := 1; -- Initialise the object version
232: --
233: -- If the current user logged in using AME Developer responsibility
234: -- then the created_by value should be ame_util.seededDataCreatedById
235: --
236: if fnd_global.resp_name = 'AME Developer' then
237: l_created_by := ame_util.seededDataCreatedById;
238: else

Line 237: l_created_by := ame_util.seededDataCreatedById;

233: -- If the current user logged in using AME Developer responsibility
234: -- then the created_by value should be ame_util.seededDataCreatedById
235: --
236: if fnd_global.resp_name = 'AME Developer' then
237: l_created_by := ame_util.seededDataCreatedById;
238: else
239: l_created_by := l_current_user_id;
240: end if;
241: l_creation_date := sysdate;

Line 393: and nvl(end_date - ame_util.oneSecond , p_effective_date);

389: from ame_conditions
390: where condition_id =
391: ame_con_ins.g_condition_id_i
392: and p_effective_date between start_date
393: and nvl(end_date - ame_util.oneSecond , p_effective_date);
394: --
395: l_proc varchar2(72) := g_package||'pre_insert';
396: l_exists varchar2(1);
397: --

Line 597: p_validation_end_date := ame_utility_pkg.endOfTime;

593: -- p_validation_start_date := l_validation_start_date;
594: -- p_validation_end_date := l_validation_end_date;
595: -- MURTHY_CHANGES
596: p_validation_start_date := sysdate;
597: p_validation_end_date := ame_utility_pkg.endOfTime;
598: --
599: hr_utility.set_location(' Leaving:'||l_proc, 10);
600: --
601: End ins_lck;

Line 621: if(p_rec.condition_type = ame_util.listModConditionType) then

617: hr_utility.set_location('Entering:'||l_proc, 5);
618: --
619: -- Set the Attribute_id for LM Conditions
620: --
621: if(p_rec.condition_type = ame_util.listModConditionType) then
622: p_rec.attribute_id := nvl(p_rec.attribute_id,0);
623: end if;
624: --
625: -- Call the lock operation