DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on DBMS_UTILITY

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

7345: -- Creating User Keys for Person, Address, Assignment and Contact
7346: --
7347: l_temp := To_Char(Sysdate,'J')||
7348: to_char(systimestamp, 'HH24MISSFF3')||--To_Char(Sysdate,'HH24MISSD')||
7349: DBMS_Utility.get_Hash_Value(g_per_rec.last_name||
7350: g_per_rec.sex||
7351: g_per_rec.first_name,0,1000);
7352:
7353: --hr_utility.trace('p_batch_id: '||p_batch_id);