DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on DBMS_UTILITY

Line 6945: DBMS_Utility.get_Hash_Value(g_per_rec.last_name||

6941: -- Creating User Keys for Person, Address, Assignment and Contact
6942: --
6943: l_temp := To_Char(Sysdate,'J')||
6944: to_char(systimestamp, 'HH24MISSFF3')||--To_Char(Sysdate,'HH24MISSD')||
6945: DBMS_Utility.get_Hash_Value(g_per_rec.last_name||
6946: g_per_rec.sex||
6947: g_per_rec.first_name,0,1000);
6948:
6949: --hr_utility.trace('p_batch_id: '||p_batch_id);