DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on JG_ALLOCATE_JOURNALS_PKG

Line 157: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.offset_account := NULL;

153:
154: JG_CREATE_JOURNALS_PKG.G_total_alloc_accted_cr_amt := 0;
155: JG_CREATE_JOURNALS_PKG.G_total_alloc_accted_dr_amt := 0;
156:
157: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.offset_account := NULL;
158: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.cc_range_id := NULL;
159:
160: JG_CREATE_JOURNALS_PKG.G_Journal_Name := NULL;
161: JG_CREATE_JOURNALS_PKG.G_Journal_Description := NULL;

Line 158: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.cc_range_id := NULL;

154: JG_CREATE_JOURNALS_PKG.G_total_alloc_accted_cr_amt := 0;
155: JG_CREATE_JOURNALS_PKG.G_total_alloc_accted_dr_amt := 0;
156:
157: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.offset_account := NULL;
158: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.cc_range_id := NULL;
159:
160: JG_CREATE_JOURNALS_PKG.G_Journal_Name := NULL;
161: JG_CREATE_JOURNALS_PKG.G_Journal_Description := NULL;
162: JG_CREATE_JOURNALS_PKG.G_Batch_Name := NULL;

Line 823: JG_ALLOCATE_JOURNALS_PKG.allocate;

819:
820: --
821: -- Call the next package, to allocate
822: --
823: JG_ALLOCATE_JOURNALS_PKG.allocate;
824: --
825: -- Submit the journal import if at least one allocation and not in validation mode
826: --
827: JG_UTILITY_PKG.debug(TO_CHAR(SYSDATE, 'HH24:MI:SS'));

Line 915: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.offset_account := NULL;

911: -- Initialize retcode to 0 for successful completion
912: --
913: JG_JOURNAL_ALLOCATIONS_PKG.G_retcode := 0;
914:
915: JG_ALLOCATE_JOURNALS_PKG.G_last_journal_qry_rec.offset_account := NULL;
916: --
917: -- Get Functional Currency Format Mask and precision
918: -- Bug 3482467 (2638803) , changed G_func_currency_format_mask from 15 to 18
919: JG_JOURNAL_ALLOCATIONS_PKG.G_func_currency_format_mask :=

Line 934: JG_ALLOCATE_JOURNALS_PKG.allocate;

930: JG_JOURNAL_ALLOCATIONS_PKG.G_unalloc_request_id := p_request_id;
931: --
932: -- Call the next package, to allocate
933: --
934: JG_ALLOCATE_JOURNALS_PKG.allocate;
935:
936: retcode := JG_JOURNAL_ALLOCATIONS_PKG.G_retcode;
937:
938: JG_UTILITY_PKG.debug('retcode = '||retcode);