DBA Data[Home] [Help]

APPS.HZ_GNR_UTIL_PKG dependencies on HZ_GNR_PKG

Line 2730: l_api_purpose := HZ_GNR_PKG.G_API_PURPOSE;

2726: l_program_id := hz_utility_v2pub.program_id;
2727: l_conc_login_id := fnd_global.conc_login_id;
2728: l_program_application_id := hz_utility_v2pub.program_application_id;
2729: l_request_id := NVL(hz_utility_v2pub.request_id, -1);
2730: l_api_purpose := HZ_GNR_PKG.G_API_PURPOSE;
2731:
2732: x_status := FND_API.g_ret_sts_success;
2733:
2734: -- retain_gnr_yn will tell whether we have retain old GNR records or not.

Line 2738: -- This Global variable is set in HZ_GNR_PKG during making call to create GNR for R12UPGRADE

2734: -- retain_gnr_yn will tell whether we have retain old GNR records or not.
2735: -- If l_retain_flag = 'Y' then exit without ceate/update of GNR and hz_location
2736:
2737: -- Check if call is for R12UPGRADE then we do not want to do retain_gnr_check at all
2738: -- This Global variable is set in HZ_GNR_PKG during making call to create GNR for R12UPGRADE
2739: IF ( NVL(l_api_purpose,'xxya') = 'R12UPGRADE') THEN
2740: l_retain_flag := 'N';
2741: ELSE
2742: l_retain_flag := retain_gnr_yn(p_location_id, p_map_status, p_map_dtls_tbl);