DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GMD_RECIPE_DATA_PUB

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

670: IF g_debug <= gme_debug.g_log_statement THEN
671: gme_debug.put_line ( g_pkg_name
672: || '.'
673: || l_api_name
674: || 'Calling gmd_recipe_data_pub.get_recipe_data');
675: END IF;
676:
677: gmd_recipe_data_pub.get_recipe_data
678: (p_api_version => 1

Line 677: gmd_recipe_data_pub.get_recipe_data

673: || l_api_name
674: || 'Calling gmd_recipe_data_pub.get_recipe_data');
675: END IF;
676:
677: gmd_recipe_data_pub.get_recipe_data
678: (p_api_version => 1
679: ,p_init_msg_list => fnd_api.g_false
680: ,p_recipe_id => l_recipe.recipe_id
681: ,p_organization_id => x_batch_header_rec.organization_id

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

696: gme_debug.put_line
697: ( g_pkg_name
698: || '.'
699: || l_api_name
700: || 'Return from gmd_recipe_data_pub.get_recipe_data '
701: || l_return_status);
702: END IF;
703:
704: ELSE /* p_creation_mode = 'LCF' */