DBA Data[Home] [Help]

APPS.IGI_EXP_DOC_PKG SQL Statements

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

Line: 3

PROCEDURE Insert_Row (x_trx_type_id             NUMBER,
                        x_doc_type_id           NUMBER,
                        x_third_party_id        NUMBER,
                        x_site_id               NUMBER,
                        x_amount                NUMBER,
                        x_trans_unit_id         NUMBER,
                        x_session_id            NUMBER,
                        x_item_per_diag         NUMBER,
                        x_invoice_id            NUMBER,
                        x_type                  VARCHAR2,
                        x_tstatus               VARCHAR2,
                        x_dial_call_num         NUMBER,
			x_currency_code		VARCHAR2)
IS
BEGIN
 NULL;
Line: 19

End Insert_Row;
Line: 21

PROCEDURE Insert_Tran_Unit(     x_trans_unit_id         NUMBER,
                                x_doc_type_id           NUMBER,
                                x_amount                NUMBER,
				x_tran_unit_call_num 	NUMBER)
IS
BEGIN
 NULL;
Line: 28

END Insert_Tran_Unit;
Line: 30

PROCEDURE Delete_from_Temp(x_session NUMBER)
IS
BEGIN
 NULL;
Line: 34

END Delete_from_Temp;