DBA Data[Home] [Help]

APPS.OKS_AUTO_REMINDER dependencies on OKC_INTERACT_HISTORY_PUB

Line 1836: 'OKC_INTERACT_HISTORY_PUB.CREATE_INTERACT_HISTORY(p_chr_id=' ||

1832: (fnd_log.level_event,
1833: g_module ||
1834: l_api_name ||
1835: '.external_call.before',
1836: 'OKC_INTERACT_HISTORY_PUB.CREATE_INTERACT_HISTORY(p_chr_id=' ||
1837: p_chr_id ||
1838: 'p_notes=>' ||
1839: SUBSTR (l_subject,
1840: 1,

Line 1856: okc_interact_history_pub.create_interact_history

1852: ')'
1853: );
1854: END IF;
1855:
1856: okc_interact_history_pub.create_interact_history
1857: (x_return_status => x_return_status,
1858: x_msg_count => x_msg_count,
1859: x_msg_data => x_msg_data,
1860: x_interaction_id => l_interaction_id,

Line 1884: 'OKC_INTERACT_HISTORY_PUB.CREATE_INTERACT_HISTORY(x_return_status= ' ||

1880: (fnd_log.level_event,
1881: g_module ||
1882: l_api_name ||
1883: '.external_call.after',
1884: 'OKC_INTERACT_HISTORY_PUB.CREATE_INTERACT_HISTORY(x_return_status= ' ||
1885: x_return_status ||
1886: ' x_msg_count =' ||
1887: x_msg_count ||
1888: 'x_interaction_id =' ||