DBA Data[Home] [Help]

APPS.AMS_ADI_CAMP_SCHED_PVT dependencies on JTF_NOTES_PUB

Line 1664: ' Now calling Jtf_Notes_Pub.Create_note API');

1660: ' Association before Notes association was successful '||TO_CHAR(l_schedule_id));
1661: AMS_UTILITY_PVT.Write_Conc_Log('Private API: ' || pkg_name || '.' || l_api_name ||
1662: ' Now proceeding with Notes association');
1663: AMS_UTILITY_PVT.Write_Conc_Log('Private API: ' || pkg_name || '.' || l_api_name ||
1664: ' Now calling Jtf_Notes_Pub.Create_note API');
1665: END IF;
1666:
1667: Jtf_Notes_Pub.Create_note(
1668: p_api_version => 1.0 ,

Line 1667: Jtf_Notes_Pub.Create_note(

1663: AMS_UTILITY_PVT.Write_Conc_Log('Private API: ' || pkg_name || '.' || l_api_name ||
1664: ' Now calling Jtf_Notes_Pub.Create_note API');
1665: END IF;
1666:
1667: Jtf_Notes_Pub.Create_note(
1668: p_api_version => 1.0 ,
1669: x_return_status => l_return_status,
1670: x_msg_count => l_msg_count,
1671: x_msg_data => l_msg_data,

Line 1687: ' Return Status from Jtf_Notes_Pub.Create_note API '||l_return_status);

1683: p_creation_date => sysdate ) ;
1684:
1685: IF (AMS_DEBUG_HIGH_ON) THEN
1686: AMS_UTILITY_PVT.Write_Conc_Log('Private API: ' || pkg_name || '.' || l_api_name ||
1687: ' Return Status from Jtf_Notes_Pub.Create_note API '||l_return_status);
1688: END IF;
1689:
1690: Handle_Ret_Status_For_Import (
1691: p_return_status => l_return_status,