DBA Data[Home] [Help]

APPS.DOM_REPOS_MIG_PKG dependencies on FND_GLOBAL

Line 109: select fnd_global.local_chr(10) into newline_char from dual ;

105: --end of declaration section
106:
107: BEGIN
108: -- newline_char := '\n' ;
109: select fnd_global.local_chr(10) into newline_char from dual ;
110:
111: SELECT id, DAV_URL, SERVICE_URL INTO repos_id,old_dav_url, old_service_url FROM dom_repositories WHERE short_name = p_short_name ;
112: x_msg := newline_char || newline_char ||' ######## Repository ID:' || repos_id ;
113:

Line 339: select fnd_global.local_chr(10) into newline_char from dual ;

335: --end of declaration section
336:
337: BEGIN
338: -- newline_char := '\n' ;
339: select fnd_global.local_chr(10) into newline_char from dual ;
340:
341: SELECT id, DAV_URL, SERVICE_URL INTO repos_id,old_dav_url, old_service_url FROM dom_repositories WHERE short_name = p_short_name ;
342: x_msg := newline_char || newline_char ||' ######## Repository ID:' || repos_id ;
343: