DBA Data[Home] [Help]

APPS.FTE_LOCATION_PARAMETERS_PKG dependencies on STRINGARRAY

Line 33: g_dup_locations STRINGARRAY;

29: --
30: g_Facility_Descriptions Index_Varchar100_Tbl_Type;
31: g_nonindexed_Descriptions NoIndex_Varchar100_Tbl_Type := NoIndex_Varchar100_Tbl_Type();
32:
33: g_dup_locations STRINGARRAY;
34:
35: g_company_names WSH_LOCATIONS_PKG.Address_Tbl_Type;
36: g_site_names WSH_LOCATIONS_PKG.LocationCode_Tbl_Type;
37: g_cur_index NUMBER;

Line 663: g_dup_locations := STRINGARRAY();

659: BEGIN
660: Init_Debug(l_module_name);
661:
662: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
663: g_dup_locations := STRINGARRAY();
664:
665: --Ensure that the company_names and location_id tables are the same length;
666: IF (p_company_names.COUNT <> p_location_ids.COUNT) THEN
667: x_error_msg := 'PROGRAMMER ERROR?: IS NOT THE SAME LENGTH AS';