DBA Data[Home] [Help]

APPS.QPR_DEAL_APPROVALS_PVT dependencies on FND_APPLICATION

Line 85: from fnd_application

81: begin
82: if g_appl_id is null
83: then
84: select application_id into g_appl_id
85: from fnd_application
86: where application_short_name = 'QPR';
87: end if;
88: return g_appl_id;
89: end get_application_id;