DBA Data[Home] [Help]

APPS.XTR_ORACLE_FIN_INTERFACES_P dependencies on XTR_BATCHES

Line 753: -- Update XTR_BATCHES table to put the GL_GROUP_ID in corresponding BATCH_ID

749: Else
750: Close JNL_SUMMARY;
751: End if;
752:
753: -- Update XTR_BATCHES table to put the GL_GROUP_ID in corresponding BATCH_ID
754: -- if batch has been successfully transferred.
755:
756: If (l_ok_to_xfer) then
757: Update XTR_BATCHES

Line 757: Update XTR_BATCHES

753: -- Update XTR_BATCHES table to put the GL_GROUP_ID in corresponding BATCH_ID
754: -- if batch has been successfully transferred.
755:
756: If (l_ok_to_xfer) then
757: Update XTR_BATCHES
758: Set GL_GROUP_ID = l_gl_group_id
759: Where BATCH_ID = in_batch_id;
760:
761: -- Update XTR_BATCH_EVENTS table.Set authorized information once journal is transferred