DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_LHEADER SQL Statements

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

Line: 465

        l_Price_LHeader_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
Line: 793

,   x_last_update_date              OUT NOCOPY /* file.sql.39 change */ DATE
,   x_last_updated_by               OUT NOCOPY /* file.sql.39 change */ NUMBER
,   x_last_update_login             OUT NOCOPY /* file.sql.39 change */ NUMBER
)
IS
l_Price_LHeader_rec           OE_Price_List_PUB.Price_List_Rec_Type;
Line: 846

        l_Price_LHeader_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
Line: 884

    x_last_update_date             := l_x_Price_LHeader_rec.last_update_date;
Line: 885

    x_last_updated_by              := l_x_Price_LHeader_rec.last_updated_by;
Line: 886

    x_last_update_login            := l_x_Price_LHeader_rec.last_update_login;
Line: 957

PROCEDURE Delete_Row
(   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
,   p_price_list_id                 IN  NUMBER
)
IS
l_Price_LHeader_rec           OE_Price_List_PUB.Price_List_Rec_Type;
Line: 1005

    l_Price_LHeader_rec.operation := OE_GLOBALS.G_OPR_DELETE;
Line: 1082

            ,   'Delete_Row'
            );
Line: 1093

END Delete_Row;
Line: 1249

,   p_last_updated_by               IN  NUMBER
,   p_last_update_date              IN  DATE
,   p_last_update_login             IN  NUMBER
,   p_name                          IN  VARCHAR2
,   p_price_list_id                 IN  NUMBER
,   p_program_application_id        IN  NUMBER
,   p_program_id                    IN  NUMBER
,   p_program_update_date           IN  DATE
,   p_request_id                    IN  NUMBER
,   p_rounding_factor               IN  NUMBER
,   p_secondary_price_list_id       IN  NUMBER
,   p_ship_method_code              IN  VARCHAR2
,   p_start_date_active             IN  DATE
,   p_terms_id                      IN  NUMBER
,   p_currency_header_id            IN  NUMBER -- Multi-Currency SunilPandey
)
IS
l_return_status               VARCHAR2(1);
Line: 1307

    l_Price_LHeader_rec.last_updated_by := p_last_updated_by;
Line: 1308

    l_Price_LHeader_rec.last_update_date := p_last_update_date;
Line: 1309

    l_Price_LHeader_rec.last_update_login := p_last_update_login;
Line: 1314

    l_Price_LHeader_rec.program_update_date := p_program_update_date;