DBA Data[Home] [Help]

APPS.HR_H2PI_UPLOAD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 11

    procedure insert_xml_into_table   (p_table_name in varchar2,
                                     p_locator    in clob) is

    l_saveCtx       DBMS_XMLSave.CtxType;
Line: 17

    l_proc          varchar2(73) := g_package || 'insert_xml_into_table';
Line: 24

            l_rows := DBMS_XMLSave.insertXML(l_saveCtx,p_locator);
Line: 29

    END insert_xml_into_table;
Line: 168

      insert_xml_into_table('HR_H2PI_EMPLOYEES',l_dest_clob_loc);
Line: 192

      insert_xml_into_table('HR_H2PI_ADDRESSES',l_dest_clob_loc);
Line: 216

      insert_xml_into_table('HR_H2PI_LOCATIONS',l_dest_clob_loc);
Line: 240

      insert_xml_into_table('HR_H2PI_ASSIGNMENTS',l_dest_clob_loc);
Line: 263

      insert_xml_into_table('HR_H2PI_PAY_BASES',l_dest_clob_loc);
Line: 287

      insert_xml_into_table('HR_H2PI_HR_ORGANIZATIONS',l_dest_clob_loc);
Line: 311

      insert_xml_into_table('HR_H2PI_PAYROLLS',l_dest_clob_loc);
Line: 335

      insert_xml_into_table('HR_H2PI_ELEMENT_TYPES',l_dest_clob_loc);
Line: 359

      insert_xml_into_table('HR_H2PI_INPUT_VALUES',l_dest_clob_loc);
Line: 383

      insert_xml_into_table('HR_H2PI_ELEMENT_LINKS',l_dest_clob_loc);
Line: 407

      insert_xml_into_table('HR_H2PI_BG_AND_GRE',l_dest_clob_loc);
Line: 432

      insert_xml_into_table('HR_H2PI_ORG_PAYMENT_METHODS',l_dest_clob_loc);
Line: 456

      insert_xml_into_table('HR_H2PI_PATCH_STATUS',l_dest_clob_loc);
Line: 480

      insert_xml_into_table('HR_H2PI_FEDERAL_TAX_RULES',l_dest_clob_loc);
Line: 504

      insert_xml_into_table('HR_H2PI_STATE_TAX_RULES',l_dest_clob_loc);
Line: 528

      insert_xml_into_table('HR_H2PI_COUNTY_TAX_RULES',l_dest_clob_loc);
Line: 552

      insert_xml_into_table('HR_H2PI_CITY_TAX_RULES',l_dest_clob_loc);
Line: 576

      insert_xml_into_table('HR_H2PI_ORGANIZATION_CLASS',l_dest_clob_loc);
Line: 600

      insert_xml_into_table('HR_H2PI_PERIODS_OF_SERVICE',l_dest_clob_loc);
Line: 623

      insert_xml_into_table('HR_H2PI_SALARIES',l_dest_clob_loc);
Line: 647

      insert_xml_into_table('HR_H2PI_ORGANIZATION_INFO',l_dest_clob_loc);
Line: 671

      insert_xml_into_table('HR_H2PI_COST_ALLOCATIONS',l_dest_clob_loc);
Line: 695

      insert_xml_into_table('HR_H2PI_PAYMENT_METHODS',l_dest_clob_loc);
Line: 719

      insert_xml_into_table('HR_H2PI_ELEMENT_NAMES',l_dest_clob_loc);
Line: 744

      insert_xml_into_table('HR_H2PI_ELEMENT_ENTRIES',l_dest_clob_loc);
Line: 769

      insert_xml_into_table('HR_H2PI_ELEMENT_ENTRY_VALUES',l_dest_clob_loc);
Line: 795

      insert_xml_into_table('HR_H2PI_US_MODIFIED_GEOCODES',l_dest_clob_loc);
Line: 820

      insert_xml_into_table('HR_H2PI_US_CITY_NAMES',l_dest_clob_loc);