DBA Data[Home] [Help]

APPS.XLA_AE_CODE_COMBINATION_PKG dependencies on DBMS_UTILITY

Line 853: l_position := DBMS_UTILITY.get_hash_value(

849: ,p_level => C_LEVEL_PROCEDURE
850: ,p_module => l_log_module);
851: END IF;
852:
853: l_position := DBMS_UTILITY.get_hash_value(
854: TO_CHAR(p_id_flex_num)||
855: TO_CHAR(p_flex_application_id)||
856: p_id_flex_code,1,1073741824);
857:

Line 1153: l_position := DBMS_UTILITY.get_hash_value(

1149: ,p_level => C_LEVEL_PROCEDURE
1150: ,p_module => l_log_module);
1151: END IF;
1152:
1153: l_position := DBMS_UTILITY.get_hash_value(
1154: TO_CHAR(p_id_flex_num)||
1155: TO_CHAR(p_flex_application_id)||
1156: p_id_flex_code,1,1073741824);
1157:

Line 1335: l_position := DBMS_UTILITY.get_hash_value(

1331: ,p_level => C_LEVEL_PROCEDURE
1332: ,p_module => l_log_module);
1333: END IF;
1334:
1335: l_position := DBMS_UTILITY.get_hash_value(
1336: TO_CHAR(p_combination_id)||
1337: TO_CHAR(p_id_flex_num)||
1338: TO_CHAR(p_flex_application_id)||
1339: p_id_flex_code,1,1073741824);

Line 1342: l_coa_position:= DBMS_UTILITY.get_hash_value(

1338: TO_CHAR(p_flex_application_id)||
1339: p_id_flex_code,1,1073741824);
1340:
1341:
1342: l_coa_position:= DBMS_UTILITY.get_hash_value(
1343: TO_CHAR(p_id_flex_num)||
1344: TO_CHAR(p_flex_application_id)||
1345: p_id_flex_code,1,1073741824);
1346:

Line 1638: l_position:= DBMS_UTILITY.get_hash_value(

1634: l_id_flex_num := p_id_flex_num;
1635:
1636: IF l_id_flex_num IS NULL THEN
1637:
1638: l_position:= DBMS_UTILITY.get_hash_value(
1639: TO_CHAR(p_id_flex_num)||
1640: TO_CHAR(p_flex_application_id)||
1641: p_id_flex_code,1,1073741824);
1642:

Line 1772: l_position := DBMS_UTILITY.get_hash_value(

1768:
1769: l_segment_code := p_segment_qualifier;
1770:
1771: ELSE
1772: l_position := DBMS_UTILITY.get_hash_value(
1773: TO_CHAR(p_id_flex_num)||
1774: TO_CHAR(p_flex_application_id)||
1775: p_id_flex_code,1,1073741824);
1776:

Line 1997: l_position := DBMS_UTILITY.get_hash_value(

1993: IF p_combination_id IS NULL THEN
1994: RAISE null_key_combination_id;
1995: END IF;
1996:
1997: l_position := DBMS_UTILITY.get_hash_value(
1998: TO_CHAR(p_combination_id)||
1999: TO_CHAR(l_id_flex_num)||
2000: TO_CHAR(p_flex_application_id)||
2001: p_id_flex_code,1,1073741824);

Line 3604: l_position:= DBMS_UTILITY.get_hash_value(

3600: FOR Idx IN g_array_cache_target_coa.FIRST .. g_array_cache_target_coa.LAST LOOP
3601:
3602: IF g_array_cache_target_coa.EXISTS(Idx) AND g_array_cache_target_coa(Idx) IS NOT NULL THEN
3603:
3604: l_position:= DBMS_UTILITY.get_hash_value(
3605: TO_CHAR(g_array_cache_target_coa(Idx))||
3606: TO_CHAR(101)||
3607: 'GL#',1,1073741824);
3608: