DBA Data[Home] [Help]

APPS.PA_RES_LIST_UPGRADE_PKG dependencies on DUAL

Line 879: from dual);

875: 'MATERIAL_ITEMS','DOLLARS',
876: 'EQUIPMENT','HOURS'),
877: null,
878: 1
879: from dual);
880:
881: --dbms_output.put_line('R10.6');
882: end if;
883: if ( l_res_class_csr_tbl(l_indx).res_format_id is not null) then

Line 934: from dual;

930: g_creation_date ,
931: g_created_by ,
932: g_last_update_login,
933: 1
934: from dual;
935: end if;
936: end if;
937: end loop;
938: -- Item No 7 loop ends here.