DBA Data[Home] [Help]

APPS.HZ_GNR_UTIL_PKG dependencies on HZ_GNR_PKG

Line 2725: l_api_purpose := HZ_GNR_PKG.G_API_PURPOSE;

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

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

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