DBA Data[Home] [Help]

APPS.PO_POXFIPOL_XMLP_PKG SQL Statements

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

Line: 6

function select_rev(revision_sort_ordering in varchar2) return character is
begin
    if revision_sort_ordering is null then
       return(', null revision_ordering');
Line: 79

function C_select_order_typeFormula return VARCHAR2 is
begin

if (P_OE_STATUS = 'I' ) then return ('sot.name') ;
Line: 87

function C_select_order_sourceFormula return VARCHAR2 is
begin

if (P_OE_STATUS = 'I' ) then return ('sos.name') ;
Line: 95

function C_select_oe_tablesFormula return VARCHAR2 is
begin

if (P_OE_STATUS = 'I' ) then return (',so_order_types sot,so_order_sources sos') ;