DBA Data[Home] [Help]

APPS.AME_ACF_BUS dependencies on AME_CALLING_APPS

Line 138: -- ame_calling_apps.application_id.

134: -- {Start Of Comments}
135: --
136: -- Description:
137: -- Validates that the application_id is a foreign key to
138: -- ame_calling_apps.application_id.
139: --
140: -- Prerequisites:
141: -- None.
142: --

Line 169: from ame_calling_apps

165: l_proc varchar2(72) := g_package||'chk_application_id';
166: tempCount integer;
167: cursor c_sel1 is
168: select null
169: from ame_calling_apps
170: where
171: application_id = p_application_id and
172: p_effective_date between start_date and
173: nvl(end_date - ame_util.oneSecond, p_effective_date) ;