DBA Data[Home] [Help]

APPS.ECO_CONTROLLER SQL Statements

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

Line: 265

           IF p_record_status IN ('NEW', 'INSERT')
        THEN
                l_ECO_rec.transaction_type := 'CREATE';
Line: 270

                l_ECO_rec.transaction_type := 'UPDATE';
Line: 271

        ELSIF p_record_status = 'DELETE'
        THEN
                l_ECO_rec.transaction_type := 'DELETE';
Line: 316

PROCEDURE Delete_Row
(   p_ECO_controller_rec        IN  Controller_Eco_Rec_Type
,   p_control_rec               IN  BOM_BO_PUB.Control_Rec_Type
,   x_Mesg_Token_Tbl            OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
,   x_return_status             OUT NOCOPY VARCHAR2
)
IS
l_control_rec           BOM_BO_PUB.Control_Rec_Type := p_control_rec;
Line: 359

        l_ECO_rec.transaction_type := 'DELETE';
Line: 389

END Delete_Row;
Line: 437

        IF p_record_status IN ('NEW', 'INSERT')
        THEN
                l_ECO_rec.transaction_type := 'CREATE';
Line: 442

                l_ECO_rec.transaction_type := 'UPDATE';