DBA Data[Home] [Help]

APPS.JG_ZZ_AERL_DT_PKG dependencies on JG_ZZ_AERL_DT_PKG

Line 1: PACKAGE BODY JG_ZZ_AERL_DT_PKG AS

1: PACKAGE BODY JG_ZZ_AERL_DT_PKG AS
2: /*$Header: jgzzaerlb.pls 120.0.12000000.4 2007/07/11 12:17:08 ashdas ship $*/
3:
4: function cf_batch_name(trx_id in number, source in varchar2) return varchar2 as
5: /* This function will fetch batch name depending upon transaction source */

Line 109: END JG_ZZ_AERL_DT_PKG ;

105: end;
106: fnd_file.put_line(fnd_file.log,'Document Type Returned: '||lv_fin_doc_type);
107: return (lv_fin_doc_type);
108: end get_financial_document_type;
109: END JG_ZZ_AERL_DT_PKG ;