DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GMD_RECIPE_DATA_PUB

Line 543: || 'Calling gmd_recipe_data_pub.get_recipe_data');

539: IF g_debug <= gme_debug.g_log_statement THEN
540: gme_debug.put_line ( g_pkg_name
541: || '.'
542: || l_api_name
543: || 'Calling gmd_recipe_data_pub.get_recipe_data');
544: END IF;
545:
546: gmd_recipe_data_pub.get_recipe_data
547: (p_api_version => 1

Line 546: gmd_recipe_data_pub.get_recipe_data

542: || l_api_name
543: || 'Calling gmd_recipe_data_pub.get_recipe_data');
544: END IF;
545:
546: gmd_recipe_data_pub.get_recipe_data
547: (p_api_version => 1
548: ,p_init_msg_list => fnd_api.g_false
549: ,p_recipe_id => l_recipe.recipe_id
550: ,p_organization_id => x_batch_header_rec.organization_id

Line 569: || 'Return from gmd_recipe_data_pub.get_recipe_data '

565: gme_debug.put_line
566: ( g_pkg_name
567: || '.'
568: || l_api_name
569: || 'Return from gmd_recipe_data_pub.get_recipe_data '
570: || l_return_status);
571: END IF;
572:
573: ELSE /* p_creation_mode = 'LCF' */