DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_EXT_PUB SQL Statements

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

Line: 19

    SELECT XMLConcat(
             XMLElement("Extend",
               XMLElement("Name", ext_table.attr_name1),
               XMLElement("Value", ext_table.attr_value1)),
             XMLElement("Extend",
               XMLElement("Name", ext_table.attr_name2),
               XMLElement("Value", ext_table.attr_value2))
           )
      FROM your_pay_instruction_lvl_table ext_table
     WHERE ext_table.payment_instruction_id = p_payment_instruction_id;