DBA Data[Home] [Help]

APPS.JTF_UM_REGISTER_USER_PVT dependencies on HZ_CONTACT_POINTS

Line 15: phone_area_code hz_contact_points.phone_area_code%type := null,

11: first_name hz_parties.person_first_name%type := null,
12: last_name hz_parties.person_last_name%type := null,
13: user_name fnd_user.user_name%type := null,
14: password varchar2(100) := null,
15: phone_area_code hz_contact_points.phone_area_code%type := null,
16: phone_number hz_contact_points.phone_number%type := null,
17: email_address fnd_user.email_address%type := null,
18: party_id hz_parties.party_id%type := null,
19: user_id fnd_user.user_id%type := null,

Line 16: phone_number hz_contact_points.phone_number%type := null,

12: last_name hz_parties.person_last_name%type := null,
13: user_name fnd_user.user_name%type := null,
14: password varchar2(100) := null,
15: phone_area_code hz_contact_points.phone_area_code%type := null,
16: phone_number hz_contact_points.phone_number%type := null,
17: email_address fnd_user.email_address%type := null,
18: party_id hz_parties.party_id%type := null,
19: user_id fnd_user.user_id%type := null,
20: start_date_active date := null,

Line 41: phone_area_code hz_contact_points.phone_area_code%type := null,

37: county hz_parties.county%type := null,
38: province hz_parties.province%type := null,
39: altaddress hz_locations.address_lines_phonetic%type := null,
40: country hz_parties.country%type := null,
41: phone_area_code hz_contact_points.phone_area_code%type := null,
42: phone_number hz_contact_points.phone_number%type := null,
43: fax_area_code hz_contact_points.phone_area_code%type := null,
44: fax_number varchar2(40) := null,
45: org_party_id hz_parties.party_id%type := null,

Line 42: phone_number hz_contact_points.phone_number%type := null,

38: province hz_parties.province%type := null,
39: altaddress hz_locations.address_lines_phonetic%type := null,
40: country hz_parties.country%type := null,
41: phone_area_code hz_contact_points.phone_area_code%type := null,
42: phone_number hz_contact_points.phone_number%type := null,
43: fax_area_code hz_contact_points.phone_area_code%type := null,
44: fax_number varchar2(40) := null,
45: org_party_id hz_parties.party_id%type := null,
46: org_contact_party_id hz_parties.party_id%type := null,

Line 43: fax_area_code hz_contact_points.phone_area_code%type := null,

39: altaddress hz_locations.address_lines_phonetic%type := null,
40: country hz_parties.country%type := null,
41: phone_area_code hz_contact_points.phone_area_code%type := null,
42: phone_number hz_contact_points.phone_number%type := null,
43: fax_area_code hz_contact_points.phone_area_code%type := null,
44: fax_number varchar2(40) := null,
45: org_party_id hz_parties.party_id%type := null,
46: org_contact_party_id hz_parties.party_id%type := null,
47: start_date_active date := null