DBA Data[Home] [Help]

APPS.GMI_TO_FORM_TROLIN SQL Statements

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

Line: 519

        l_trolin_rec.operation := INV_GLOBALS.G_OPR_UPDATE;
Line: 633

    GMI_Move_Order_Line_Util.Update_Row(p_mo_line_rec);
Line: 706

/*   Procedure       Delete_Row */
/* odab
PROCEDURE Delete_Row
(   x_return_status                 OUT NOCOPY VARCHAR2
,   x_msg_count                     OUT NOCOPY NUMBER
,   x_msg_data                      OUT NOCOPY VARCHAR2
,   p_line_id                       IN  NUMBER
)
IS
l_trolin_rec                  INV_Move_Order_PUB.Trolin_Rec_Type;
Line: 748

    l_trolin_rec.operation := INV_GLOBALS.G_OPR_DELETE;
Line: 823

            ,   'Delete_Row'
            );
Line: 834

END Delete_Row;