DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_SETUP_PKG dependencies on JAI_CMN_RGM_SETUP_PKG

Line 1: PACKAGE BODY jai_cmn_rgm_setup_pkg

1: PACKAGE BODY jai_cmn_rgm_setup_pkg
2: /* $Header: jai_cmn_rgm_setp.plb 120.6 2011/11/21 07:54:59 erma ship $ */
3: as
4: /* --------------------------------------------------------------------------------------
5: Filename:

Line 38: Issue is with the following code in jai_cmn_rgm_setup_pkg.gen_invoice_num

34: APP-JA-460204: Document sequencing setup not done at Registration number
35: level
36: Even with the Document sequence setup exists
37: Reason:
38: Issue is with the following code in jai_cmn_rgm_setup_pkg.gen_invoice_num
39:
40: SELECT RGM_DOCUMENT_SEQ_ID
41: FROM jai_rgm_doc_seq_hdrs rhdr
42: WHERE rhdr.regime_id = p_regime_id

Line 368: end jai_cmn_rgm_setup_pkg;

364: p_process_msg := 'Exception occurred: ' || SQLCODE || 'Exception Message: ' || substr(SQLERRM,1,1000) ;
365:
366: END Gen_Invoice_Number;
367:
368: end jai_cmn_rgm_setup_pkg;