DBA Data[Home] [Help]

APPS.IGS_FI_PRC_1098T_DATA dependencies on HZ_LOCATIONS

Line 23: p_v_country OUT NOCOPY hz_locations.country%type,

19: p_v_phone_extension OUT NOCOPY hz_contact_points.phone_extension%type,
20: p_v_con_party_name OUT NOCOPY hz_parties.party_name%type,
21: p_v_party_name OUT NOCOPY hz_parties.party_name%type,
22: p_v_email_address OUT NOCOPY hz_parties.email_address%type,
23: p_v_country OUT NOCOPY hz_locations.country%type,
24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,

Line 24: p_v_address1 OUT NOCOPY hz_locations.address1%type,

20: p_v_con_party_name OUT NOCOPY hz_parties.party_name%type,
21: p_v_party_name OUT NOCOPY hz_parties.party_name%type,
22: p_v_email_address OUT NOCOPY hz_parties.email_address%type,
23: p_v_country OUT NOCOPY hz_locations.country%type,
24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,

Line 25: p_v_address2 OUT NOCOPY hz_locations.address2%type,

21: p_v_party_name OUT NOCOPY hz_parties.party_name%type,
22: p_v_email_address OUT NOCOPY hz_parties.email_address%type,
23: p_v_country OUT NOCOPY hz_locations.country%type,
24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,

Line 26: p_v_address3 OUT NOCOPY hz_locations.address3%type,

22: p_v_email_address OUT NOCOPY hz_parties.email_address%type,
23: p_v_country OUT NOCOPY hz_locations.country%type,
24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,

Line 27: p_v_address4 OUT NOCOPY hz_locations.address4%type,

23: p_v_country OUT NOCOPY hz_locations.country%type,
24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,

Line 28: p_v_city OUT NOCOPY hz_locations.city%type,

24: p_v_address1 OUT NOCOPY hz_locations.address1%type,
25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,
32: p_v_county OUT NOCOPY hz_locations.county%type

Line 29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,

25: p_v_address2 OUT NOCOPY hz_locations.address2%type,
26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,
32: p_v_county OUT NOCOPY hz_locations.county%type
33: );

Line 30: p_v_state OUT NOCOPY hz_locations.state%type,

26: p_v_address3 OUT NOCOPY hz_locations.address3%type,
27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,
32: p_v_county OUT NOCOPY hz_locations.county%type
33: );
34: END igs_fi_prc_1098t_data;

Line 31: p_v_province OUT NOCOPY hz_locations.province%type,

27: p_v_address4 OUT NOCOPY hz_locations.address4%type,
28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,
32: p_v_county OUT NOCOPY hz_locations.county%type
33: );
34: END igs_fi_prc_1098t_data;

Line 32: p_v_county OUT NOCOPY hz_locations.county%type

28: p_v_city OUT NOCOPY hz_locations.city%type,
29: p_v_postal_code OUT NOCOPY hz_locations.postal_code%type,
30: p_v_state OUT NOCOPY hz_locations.state%type,
31: p_v_province OUT NOCOPY hz_locations.province%type,
32: p_v_county OUT NOCOPY hz_locations.county%type
33: );
34: END igs_fi_prc_1098t_data;