DBA Data[Home] [Help]

APPS.IGIPFUNK SQL Statements

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

Line: 12

Procedure insert_new_exp_row(l_ep_num IN Varchar2,
                             l_doc_class IN Varchar2,
                             l_doc_type IN Varchar2,
                             l_trx_type IN Varchar2,
                             pPrefix IN Varchar2,
                             PSuffix IN Varchar2,
                             b_fy IN Number,
                             l_app IN varchar2,
                             ep_num IN Varchar2,
                             doc_class IN Varchar2,
                             doc_type IN Varchar2,
                             trx_type IN varchar2,
                             p_num_id OUT NOCOPY number) is



BEGIN
null;
Line: 30

END insert_new_exp_row;