DBA Data[Home] [Help]

APPS.PO_POXDETIT_XMLP_PKG dependencies on FA_SYSTEM_CONTROLS

Line 123: from fa_system_controls;

119:
120: IF (P_OFA_STATUS = 'I' ) then begin
121: select count(*), max(category_flex_structure)
122: into P_FA_INSTALLED, P_acat_struct_num
123: from fa_system_controls;
124: end;
125: end if;
126:
127: if P_FA_INSTALLED <> 0 then begin