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 Body IGIPFUNK AS
2: -- $Header: igiexpab.pls 115.11 2003/08/09 11:36:03 rgopalan 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) AS

Line 4: doc_class IN IGI_exp_numbering_all.DOCUMENT_CLASS_CODE%type,

1: Package Body IGIPFUNK AS
2: -- $Header: igiexpab.pls 115.11 2003/08/09 11:36:03 rgopalan 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) AS
8: begin

Line 5: doc_type IN IGI_exp_numbering_all.DOCUMENT_TYPE_CODE%type,

1: Package Body IGIPFUNK AS
2: -- $Header: igiexpab.pls 115.11 2003/08/09 11:36:03 rgopalan 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) AS
8: begin
9: null;

Line 6: trx_type IN IGI_exp_numbering_all.TRX_TYPE_CODE%type,

2: -- $Header: igiexpab.pls 115.11 2003/08/09 11:36:03 rgopalan 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) AS
8: begin
9: null;
10: END exp_num;