DBA Data[Home] [Help]

APPS.AR_BPA_PARTY_SEARCH dependencies on HZ_PARTY_SEARCH

Line 47: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;

43: Procedure DQM_SEARCH (p_keyword IN varchar2,
44: p_search_context_id OUT NOCOPY NUMBER)
45: is
46: -- Pass Party search criteria in this variable
47: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;
48: l_count NUMBER;
49:
50: -- Pass Party Site search criteria in this variable
51: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;

Line 51: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;

47: party_cond HZ_PARTY_SEARCH.PARTY_SEARCH_REC_TYPE;
48: l_count NUMBER;
49:
50: -- Pass Party Site search criteria in this variable
51: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;
52:
53: -- Pass Contact search criteria in this variable
54: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;
55:

Line 54: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;

50: -- Pass Party Site search criteria in this variable
51: party_site_cond HZ_PARTY_SEARCH.PARTY_SITE_LIST;
52:
53: -- Pass Contact search criteria in this variable
54: contact_cond HZ_PARTY_SEARCH.CONTACT_LIST;
55:
56: -- Pass Contact Point search criteria in this variable
57: contact_point_cond HZ_PARTY_SEARCH.CONTACT_POINT_LIST;
58:

Line 57: contact_point_cond HZ_PARTY_SEARCH.CONTACT_POINT_LIST;

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

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

96: -- ELSE
97: -- l_rule_id := to_number(l_rule_number);
98: -- END IF;
99:
100: HZ_PARTY_SEARCH.find_parties (p_init_msg_list =>'T',
101: x_rule_id => l_rule_id,
102: p_party_search_rec => party_cond,
103: p_party_site_list => party_site_cond,
104: p_contact_list => contact_cond ,