DBA Data[Home] [Help]

APPS.AR_CMGT_PARTY_SEARCH dependencies on HZ_PARTY_SEARCH

Line 51: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;

47: p_msg_count OUT NOCOPY NUMBER,
48: p_msg_data OUT NOCOPY VARCHAR2)
49: is
50: -- Pass Party search criteria in this variable
51: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;
52: l_count NUMBER;
53:
54: -- Pass Party Site search criteria in this variable
55: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;

Line 55: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;

51: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;
52: l_count NUMBER;
53:
54: -- Pass Party Site search criteria in this variable
55: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;
56:
57: -- Pass Contact search criteria in this variable
58: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;
59:

Line 58: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;

54: -- Pass Party Site search criteria in this variable
55: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;
56:
57: -- Pass Contact search criteria in this variable
58: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;
59:
60: -- Pass Contact Point search criteria in this variable
61: contact_point_cond HZ_PARTY_SEARCH.CONTACT_POINT_LIST;
62:

Line 61: contact_point_cond HZ_PARTY_SEARCH.CONTACT_POINT_LIST;

57: -- Pass Contact search criteria in this variable
58: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;
59:
60: -- Pass Contact Point search criteria in this variable
61: contact_point_cond HZ_PARTY_SEARCH.CONTACT_POINT_LIST;
62:
63: -- The Match Rule to use for the search
64: -- this should be set to the ID of the match rule you
65: -- created for your application

Line 155: HZ_PARTY_SEARCH.find_parties (p_init_msg_list =>'T',

151: app_exception.raise_exception;
152:
153: END IF;
154:
155: HZ_PARTY_SEARCH.find_parties (p_init_msg_list =>'T',
156: x_rule_id => l_rule_id,
157: p_party_search_rec => party_cond,
158: p_party_site_list => party_site_cond,
159: p_contact_list => contact_cond ,