DBA Data[Home] [Help]

APPS.PQP_HROSS_INTEGRATION dependencies on DBMS_UTILITY

Line 2756: Dbms_Utility.get_Hash_Value(l_per_rec.last_name||

2752:
2753: -- Creating User Keys for Person, Address, Assugnment and Contact
2754: l_temp := To_Char(Sysdate,'J')||
2755: To_Char(Sysdate,'HH24MISS')||
2756: Dbms_Utility.get_Hash_Value(l_per_rec.last_name||
2757: l_per_rec.sex||
2758: l_per_rec.first_name,0,1000);
2759:
2760: l_person_user_key := 'HROSS~PER~'||l_temp;