DBA Data[Home] [Help]

APPS.HZ_GNR_GEN_PKG dependencies on STANDARD

Line 1517: l(' -- check if there is another row with same STANDARD_NAME, in that case it is error case ');

1513: l(' FETCH c_getGeo1 INTO l_geography_id,l_multiple_parent_flag,L_MAP_DTLS_TBL(1).GEOGRAPHY_ID');
1514: l(' '||l_fetch_cur);
1515: l(' IF c_getGeo1%FOUND THEN ');
1516: ------
1517: l(' -- check if there is another row with same STANDARD_NAME, in that case it is error case ');
1518: l(' FETCH c_getGeo1 INTO l_geography_id,l_multiple_parent_flag,L_MAP_DTLS_TBL(1).GEOGRAPHY_ID ');
1519: l(' '||l_fetch_cur);
1520: l(' IF c_getGeo1%NOTFOUND THEN -- success (only 1 rec with same primary name exists)' );
1521: l(' ');

Line 1537: l(' '' More than 1 rec exists with same STANDARD NAME'', ');

1533: l(' ');
1534: l(' IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN ');
1535: l(' hz_utility_v2pub.debug ');
1536: l(' (p_message => ''MAP-Not able to find a record with with identifier type as NAME. ''|| ');
1537: l(' '' More than 1 rec exists with same STANDARD NAME'', ');
1538: l(' p_prefix => l_debug_prefix, ');
1539: l(' p_msg_level => fnd_log.level_statement, ');
1540: l(' p_module_prefix => l_module_prefix, ');
1541: l(' p_module => l_module ');

Line 2152: l(' -- check if there is another row with same STANDARD_NAME, in that case it is error case ');

2148: l(' FETCH c_getGeo1 INTO l_geography_id,l_multiple_parent_flag,LL_MAP_DTLS_TBL(1).GEOGRAPHY_ID');
2149: l(' '||l_fetch_cur);
2150: l(' IF c_getGeo1%FOUND THEN ');
2151: ---- Fix for Bug 5011366 (Nishant)
2152: l(' -- check if there is another row with same STANDARD_NAME, in that case it is error case ');
2153: l(' FETCH c_getGeo1 INTO l_geography_id,l_multiple_parent_flag,L_MAP_DTLS_TBL(1).GEOGRAPHY_ID ');
2154: l(' '||l_fetch_cur);
2155: l(' IF c_getGeo1%NOTFOUND THEN -- success (only 1 rec with same primary name exists)' );
2156: l(' ');

Line 2172: l(' '' More than 1 rec exists with same STANDARD NAME'', ');

2168: l(' ');
2169: l(' IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN ');
2170: l(' hz_utility_v2pub.debug ');
2171: l(' (p_message => ''GEO-Not able to find a record with with identifier type as NAME. ''|| ');
2172: l(' '' More than 1 rec exists with same STANDARD NAME'', ');
2173: l(' p_prefix => l_debug_prefix, ');
2174: l(' p_msg_level => fnd_log.level_statement, ');
2175: l(' p_module_prefix => l_module_prefix, ');
2176: l(' p_module => l_module ');