DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on PVX_UTILITY_PVT

Line 1789: l_log_params_tbl pvx_utility_pvt.log_params_tbl_type;

1785: and a.status_code in (t.status, pc_status_code);
1786:
1787: l_win_loss_indicator varchar2(1);
1788: l_curr_win_loss_flag varchar2(1);
1789: l_log_params_tbl pvx_utility_pvt.log_params_tbl_type;
1790:
1791:
1792: BEGIN
1793:

Line 1930: PVX_Utility_PVT.create_history_log(

1926: fnd_msg_pub.Add;
1927: END IF;
1928:
1929: for l_pt_id in 1..l_partner_id_tbl.count loop
1930: PVX_Utility_PVT.create_history_log(
1931: p_arc_history_for_entity_code => 'OPPORTUNITY',
1932: p_history_for_entity_id => l_lead_id,
1933: p_history_category_code => 'GENERAL',
1934: p_message_code => l_message_name,

Line 1937: p_interaction_level => pvx_utility_pvt.G_INTERACTION_LEVEL_50,

1933: p_history_category_code => 'GENERAL',
1934: p_message_code => l_message_name,
1935: p_partner_id => l_partner_id_tbl(l_pt_id),
1936: p_access_level_flag => 'V',
1937: p_interaction_level => pvx_utility_pvt.G_INTERACTION_LEVEL_50,
1938: p_comments => NULL,
1939: p_log_params_tbl => l_log_params_tbl,
1940: x_return_status => x_return_status,
1941: x_msg_count => x_msg_count,