DBA Data[Home] [Help]

APPS.CSM_PARTY_SITE_EVENT_PKG dependencies on FND_USER

Line 14: p_user_id fnd_user.user_id%type)

10: g_pk2_name1 CONSTANT VARCHAR2(30) := 'PARTY_ID';
11:
12: procedure insert_party_sites_acc (p_party_site_id hz_party_sites.party_site_id%type,
13: p_party_id hz_parties.party_id%type,
14: p_user_id fnd_user.user_id%type)
15: is
16: l_sysdate date;
17: begin
18: l_sysdate := sysdate;