DBA Data[Home] [Help]

APPS.REV_CONTROLLER SQL Statements

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

Line: 127

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

		l_eco_revision_tbl(1).transaction_type := 'UPDATE';
Line: 133

        ELSIF p_record_status = 'DELETE'
        THEN
                l_eco_revision_tbl(1).transaction_type := 'DELETE';
Line: 181

PROCEDURE Delete_Row
(   p_REV_controller_rec        IN  REV_Controller.Controller_REV_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: 224

        l_rev_component_tbl(1).transaction_type := 'DELETE';
Line: 260

END Delete_Row;
Line: 306

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

		l_rev_component_tbl(1).transaction_type := 'UPDATE';
Line: 312

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