DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_AM_PARTIES_PVT

Line 2188: l_party_object_tbl okl_am_parties_pvt.party_object_tbl_type;

2184: l_content_id jtf_amv_items_vl.item_id%type;
2185: l_default_subject okl_process_tmplts_v.email_subject_line%type;
2186:
2187: l_email_tbl recipient_tbl;
2188: l_party_object_tbl okl_am_parties_pvt.party_object_tbl_type;
2189: i NUMBER := 0;
2190: j number;
2191: l_email varchar2(300);
2192: BEGIN

Line 2198: okl_am_parties_pvt.get_party_details (

2194: -- check expand roles, make sure we are not at contact level already
2195: -- IF p_expand_roles = 'N' and p_recipient_type NOT IN ('PC', 'VC');
2196:
2197: -- Get email addresses for recipients
2198: okl_am_parties_pvt.get_party_details (
2199: p_id_code => p_recipient_type,
2200: p_id_value => p_recipient_id,
2201: x_party_object_tbl => l_party_object_tbl,
2202: x_return_status => l_return_status);