DBA Data[Home] [Help]

APPS.GME_POST_MIGRATION dependencies on MTL_GEN_OBJECT_ID_S

Line 241: ,mtl_gen_object_id_s.NEXTVAL

237: ,l_prefix||l_batch_header.batch_no
238: ,DECODE (l_batch_header.batch_type
239: ,0, gme_common_pvt.g_wip_entity_type_batch
240: ,gme_common_pvt.g_wip_entity_type_fpo)
241: ,mtl_gen_object_id_s.NEXTVAL
242: ,l_primary_item_id);
243:
244: IF (g_debug <= gme_debug.g_log_statement) THEN
245: gme_debug.put_line('After wip entities');