DBA Data[Home] [Help]

APPS.AME_ATU_BUS dependencies on AME_CALLING_APPS

Line 401: -- Validates that the application_id is a foreign key to ame_calling_apps.application_id.

397: --
398: -- {Start Of Comments}
399: --
400: -- Description:
401: -- Validates that the application_id is a foreign key to ame_calling_apps.application_id.
402: --
403: -- Prerequisites:
404: -- None.
405: --

Line 431: from ame_calling_apps

427: l_proc varchar2(72) := g_package||'chk_application_id';
428: tempCount integer;
429: cursor c_sel1 is
430: select null
431: from ame_calling_apps
432: where
433: application_id = p_application_id and
434: p_effective_date between start_date and
435: nvl(end_date - ame_util.oneSecond, p_effective_date) ;