DBA Data[Home] [Help]

APPS.SBC_CONTROLLER SQL Statements

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

Line: 224

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

                l_sub_component_tbl(1).transaction_type := 'UPDATE';
Line: 230

        ELSIF p_record_status = 'DELETE'
        THEN
                l_sub_component_tbl(1).transaction_type := 'DELETE';
Line: 275

PROCEDURE Delete_Row
(   p_SBC_controller_rec        IN  Controller_SBC_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: 314

        l_sub_component_tbl(1).transaction_type := 'DELETE';
Line: 350

END Delete_Row;
Line: 395

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

                l_sub_component_tbl(1).transaction_type := 'UPDATE';
Line: 401

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