DBA Data[Home] [Help]

APPS.ENG_OPS_CONTROLLER SQL Statements

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

Line: 273

        IF p_record_status IN ('NEW', 'INSERT')
        THEN
                l_rev_operation_tbl(1).transaction_type := 'CREATE';
Line: 278

                l_rev_operation_tbl(1).transaction_type := 'UPDATE';
Line: 279

        ELSIF p_record_status = 'DELETE'
        THEN
                l_rev_operation_tbl(1).transaction_type := 'DELETE';
Line: 333

PROCEDURE Delete_Row
(   p_OPS_controller_rec        IN  Controller_OPS_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: 372

        l_rev_operation_tbl(1).transaction_type := 'DELETE';
Line: 408

END Delete_Row;
Line: 453

        IF p_record_status IN ('NEW', 'INSERT')
        THEN
                l_rev_operation_tbl(1).transaction_type := 'CREATE';
Line: 458

                l_rev_operation_tbl(1).transaction_type := 'UPDATE';
Line: 459

        ELSIF p_record_status = 'DELETE'
        THEN
                l_rev_operation_tbl(1).transaction_type := 'DELETE';