DBA Data[Home] [Help]

APPS.PO_POXRCPPV_XMLP_PKG SQL Statements

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

Line: 16

    select organization_name
    into l_org
    from org_organization_definitions
    where organization_id = P_org_id ;
Line: 30

    SELECT trunc(P_Trans_Date_to) +1 - .00001
    INTO P_Trans_Date_to
    FROM DUAL;
Line: 90

  AND exists (select 1 from wip_transaction_accounts wta
                  where wta.transaction_id = wt.transaction_id
                  and wta.accounting_line_type = 6)' );