DBA Data[Home] [Help]

APPS.AME_APT_INS dependencies on AME_UTILITY_PKG

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

95: Cursor C_Sel2 Is
96: select created_by
97: from ame_approver_types t
98: where t.approver_type_id = p_rec.approver_type_id
99: and ame_utility_pkg.is_seed_user(created_by) = ame_util.seededDataCreatedById
100: and rownum < 2;
101: --
102: l_proc varchar2(72) := g_package||'dt_insert_dml';
103: l_created_by ame_approver_types.created_by%TYPE;

Line 513: p_validation_end_date := ame_utility_pkg.endOfTime;

509: --
510: -- Set the validation start and end date OUT arguments
511: --
512: p_validation_start_date := sysdate;
513: p_validation_end_date := ame_utility_pkg.endOfTime;
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: --
517: End ins_lck;