DBA Data[Home] [Help]

APPS.ECEINI SQL Statements

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

Line: 60

        select map_type into i_map_type
        from ece_mappings
        where map_id = i_map_id
          and enabled ='Y';
Line: 90

         ec_utils.g_stack.DELETE;
Line: 124

        select group_id
        into o_group_id
        from ap_invoices_interface
        where  invoice_id = o_invoice_id;
Line: 227

            select AP_INTERFACE_GROUPS_S.NEXTVAL
            into   l_group_id
            from dual;