DBA Data[Home] [Help]

APPS.AME_RLU_BUS dependencies on AME_CALLING_APPS

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

65: --
66: -- {Start Of Comments}
67: --
68: -- Description:
69: -- Validates that the condition_id is a foreign key to ame_calling_apps.application_id.
70: --
71: -- Prerequisites:
72: -- None.
73: --

Line 99: from ame_calling_apps

95: l_proc varchar2(72) := g_package||'chk_item_id';
96: tempCount integer;
97: cursor c_sel1 is
98: select null
99: from ame_calling_apps
100: where
101: application_id = p_item_id and
102: p_effective_date between start_date and
103: nvl(end_date - ame_util.oneSecond, p_effective_date) ;