DBA Data[Home] [Help]

APPS.OE_PORTAL_LINE SQL Statements

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

Line: 107

/* chhung delete the content of all procedures. Request by Esha */
null;
Line: 120

/* chhung delete the content of all procedures. Request by Esha */
null;
Line: 128

PROCEDURE Delete_Row
(   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
,   p_line_id                     IN  NUMBER
)
IS
l_x_line_rec                    OE_Order_PUB.Line_Rec_Type;
Line: 142

/* chhung delete the content of all procedures. Request by Esha */
null;
Line: 145

END Delete_Row;
Line: 156

/* chhung delete the content of all procedures. Request by Esha */
null;
Line: 165

/* chhung delete the content of all procedures. Request by Esha */
null;