DBA Data[Home] [Help]

APPS.OZF_FUND_REQUEST_APR_PVT dependencies on WF_CORE

Line 1390: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);

1386: END IF;
1387: */
1388: EXCEPTION
1389: WHEN OTHERS THEN
1390: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1391: RAISE;
1392: END notify_requestor_fyi;
1393:
1394: --------------------------------------------------------------------------

Line 1592: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);

1588: END IF;
1589: */
1590: EXCEPTION
1591: WHEN OTHERS THEN
1592: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1593: RAISE;
1594: END notify_requestor_of_approval;
1595:
1596: --------------------------------------------------------------------------

Line 1783: wf_core.context('AMSGAPP', 'Notify_requestor_of_rejection', l_item_type, l_item_key);

1779: END IF;
1780: */
1781: EXCEPTION
1782: WHEN OTHERS THEN
1783: wf_core.context('AMSGAPP', 'Notify_requestor_of_rejection', l_item_type, l_item_key);
1784: RAISE;
1785: END notify_requestor_of_rejection;
1786:
1787: --------------------------------------------------------------------------

Line 1960: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);

1956: */
1957:
1958: EXCEPTION
1959: WHEN OTHERS THEN
1960: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1961: RAISE;
1962: END notify_approval_required;
1963:
1964: --------------------------------------------------------------------------

Line 2136: wf_core.context('AMSGAPP', 'notify_appr_req_reminder', l_item_type, l_item_key);

2132: */
2133:
2134: EXCEPTION
2135: WHEN OTHERS THEN
2136: wf_core.context('AMSGAPP', 'notify_appr_req_reminder', l_item_type, l_item_key);
2137: RAISE;
2138: END notify_appr_req_reminder;
2139:
2140: ---------------------------------------------------------------------

Line 2490: wf_core.context(

2486: , -- Number of error Messages
2487: p_msg_data => l_msg_data
2488: ,p_attr_name => 'AMS_ERROR_MSG'
2489: ,x_error_msg => l_error_msg);
2490: wf_core.context(
2491: 'ozf_fund_request_apr_pvt'
2492: ,'Set_trans_Activity_Details'
2493: ,itemtype
2494: ,itemkey

Line 2521: wf_core.context(

2517: --
2518:
2519: EXCEPTION
2520: WHEN fnd_api.g_exc_error THEN
2521: wf_core.context(
2522: 'ozf_fund_request_apr_pvt'
2523: ,'Set_trans_Activity_Detail'
2524: ,itemtype
2525: ,itemkey