DBA Data[Home] [Help]

APPS.CMP_CONTROLLER SQL Statements

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

Line: 291

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

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

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

PROCEDURE Delete_Row
(   p_CMP_controller_rec        IN  Controller_CMP_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: 383

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

END Delete_Row;
Line: 465

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

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

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