DBA Data[Home] [Help]

APPS.JG_ALLOCATE_JOURNALS_PKG dependencies on JG_ZZ_TA_ALLOCATED_LINES_PKG

Line 1250: JG_ZZ_TA_ALLOCATED_LINES_PKG.insert_row(

1246: --
1247: -- Insert line to show the journal has been allocated
1248: --
1249: IF (JG_JOURNAL_ALLOCATIONS_PKG.G_validate_only = 'N') THEN
1250: JG_ZZ_TA_ALLOCATED_LINES_PKG.insert_row(
1251: x_rowid,
1252: JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.je_batch_id,
1253: JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.je_header_id,
1254: JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.je_line_num,

Line 1269: JG_UTILITY_PKG.log('> JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');

1265: --
1266: -- Unallocation Mode
1267: --
1268: ELSE
1269: JG_UTILITY_PKG.log('> JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1270: JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row(JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.alloc_row_id);
1271: JG_UTILITY_PKG.log('< JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1272: --
1273: -- Write Unallocated Fiscal Journal Line to the Output File

Line 1270: JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row(JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.alloc_row_id);

1266: -- Unallocation Mode
1267: --
1268: ELSE
1269: JG_UTILITY_PKG.log('> JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1270: JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row(JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.alloc_row_id);
1271: JG_UTILITY_PKG.log('< JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1272: --
1273: -- Write Unallocated Fiscal Journal Line to the Output File
1274: --

Line 1271: JG_UTILITY_PKG.log('< JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');

1267: --
1268: ELSE
1269: JG_UTILITY_PKG.log('> JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1270: JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row(JG_ALLOCATE_JOURNALS_PKG.G_journal_qry_rec.l_je_lines_v_rec.alloc_row_id);
1271: JG_UTILITY_PKG.log('< JG_ZZ_TA_ALLOCATED_LINES_PKG.delete_row');
1272: --
1273: -- Write Unallocated Fiscal Journal Line to the Output File
1274: --
1275: JG_CREATE_JOURNALS_PKG.write_error_to_output;