DBA Data[Home] [Help]

APPS.AME_STV_INS dependencies on AME_UTILITY_PKG

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

101: select created_by
102: from ame_string_values t
103: where t.condition_id = p_rec.condition_id
104: and t.string_value = p_rec.string_value
105: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById
106: and rownum < 2;
107: --
108: l_proc varchar2(72) := g_package||'dt_insert_dml';
109: l_created_by ame_string_values.created_by%TYPE;

Line 536: p_validation_end_date := ame_utility_pkg.endOfTime;

532: end if;
533: close csr_lck;
534: --
535: p_validation_start_date := sysdate;
536: p_validation_end_date := ame_utility_pkg.endOfTime;
537: --
538: hr_utility.set_location(' Leaving:'||l_proc, 10);
539: --
540: End ins_lck;