DBA Data[Home] [Help]

APPS.IGIPFUNK dependencies on IGI_EXP_NUMBERING_ALL

Line 3: Procedure exp_num (ep_num IN igi_exp_numbering_all.EP_NUMBERING_CODE%type,

1: package IGIPFUNK AUTHID CURRENT_USER as
2: -- $Header: igiexpas.pls 115.8 2002/11/18 06:31:18 sowsubra ship $
3: Procedure exp_num (ep_num IN igi_exp_numbering_all.EP_NUMBERING_CODE%type,
4: doc_class IN igi_exp_numbering_all.DOCUMENT_CLASS_CODE%type,
5: doc_type IN igi_exp_numbering_all.DOCUMENT_TYPE_CODE%type,
6: trx_type IN igi_exp_numbering_all.TRX_TYPE_CODE%type,
7: p_exp_num out NOCOPY varchar2);

Line 4: doc_class IN igi_exp_numbering_all.DOCUMENT_CLASS_CODE%type,

1: package IGIPFUNK AUTHID CURRENT_USER as
2: -- $Header: igiexpas.pls 115.8 2002/11/18 06:31:18 sowsubra ship $
3: Procedure exp_num (ep_num IN igi_exp_numbering_all.EP_NUMBERING_CODE%type,
4: doc_class IN igi_exp_numbering_all.DOCUMENT_CLASS_CODE%type,
5: doc_type IN igi_exp_numbering_all.DOCUMENT_TYPE_CODE%type,
6: trx_type IN igi_exp_numbering_all.TRX_TYPE_CODE%type,
7: p_exp_num out NOCOPY varchar2);
8:

Line 5: doc_type IN igi_exp_numbering_all.DOCUMENT_TYPE_CODE%type,

1: package IGIPFUNK AUTHID CURRENT_USER as
2: -- $Header: igiexpas.pls 115.8 2002/11/18 06:31:18 sowsubra ship $
3: Procedure exp_num (ep_num IN igi_exp_numbering_all.EP_NUMBERING_CODE%type,
4: doc_class IN igi_exp_numbering_all.DOCUMENT_CLASS_CODE%type,
5: doc_type IN igi_exp_numbering_all.DOCUMENT_TYPE_CODE%type,
6: trx_type IN igi_exp_numbering_all.TRX_TYPE_CODE%type,
7: p_exp_num out NOCOPY varchar2);
8:
9: Procedure insert_new_exp_row (l_ep_num IN Varchar2,

Line 6: trx_type IN igi_exp_numbering_all.TRX_TYPE_CODE%type,

2: -- $Header: igiexpas.pls 115.8 2002/11/18 06:31:18 sowsubra ship $
3: Procedure exp_num (ep_num IN igi_exp_numbering_all.EP_NUMBERING_CODE%type,
4: doc_class IN igi_exp_numbering_all.DOCUMENT_CLASS_CODE%type,
5: doc_type IN igi_exp_numbering_all.DOCUMENT_TYPE_CODE%type,
6: trx_type IN igi_exp_numbering_all.TRX_TYPE_CODE%type,
7: p_exp_num out NOCOPY varchar2);
8:
9: Procedure insert_new_exp_row (l_ep_num IN Varchar2,
10: l_doc_class IN Varchar2,