DBA Data[Home] [Help]

APPS.XDP_APPLICATION dependencies on XDP_FA_RUNTIME_LIST

Line 1822: from XDP_FA_RUNTIME_LIST

1818:
1819: /****FA Volume****/
1820: cursor c_fa_volume is
1821: select count(*)count, status_code
1822: from XDP_FA_RUNTIME_LIST
1823: group by status_code;
1824:
1825: /*****FA Ready******/
1826: cursor c_fa_ready_load is

Line 2009: from XDP_FA_RUNTIME_LIST

2005: END LOOP;
2006:
2007: select count(*)
2008: into l_fa_ready_future
2009: from XDP_FA_RUNTIME_LIST
2010: where status_code = 'WAITING_FOR_RESOURCE';
2011:
2012:
2013: p_fa_ready_current := l_fa_ready_current;