DBA Data[Home] [Help]

APPS.IGI_EXP_AR_INV_PKG SQL Statements

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

Line: 5

PROCEDURE Update_Row(   x_session               NUMBER,
                        x_third_party_id        NUMBER,
                        x_site_id               NUMBER,
                        x_dial_unit_id          NUMBER)
IS
BEGIN
 NULL;
Line: 12

End Update_Row;