DBA Data[Home] [Help]

APPS.OZF_FUND_REQUEST_APR_PVT dependencies on WF_CORE

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

1407: END IF;
1408: */
1409: EXCEPTION
1410: WHEN OTHERS THEN
1411: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1412: RAISE;
1413: END notify_requestor_fyi;
1414:
1415: --------------------------------------------------------------------------

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

1609: END IF;
1610: */
1611: EXCEPTION
1612: WHEN OTHERS THEN
1613: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1614: RAISE;
1615: END notify_requestor_of_approval;
1616:
1617: --------------------------------------------------------------------------

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

1800: END IF;
1801: */
1802: EXCEPTION
1803: WHEN OTHERS THEN
1804: wf_core.context('AMSGAPP', 'Notify_requestor_of_rejection', l_item_type, l_item_key);
1805: RAISE;
1806: END notify_requestor_of_rejection;
1807:
1808: --------------------------------------------------------------------------

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

1977: */
1978:
1979: EXCEPTION
1980: WHEN OTHERS THEN
1981: wf_core.context('AMSGAPP', 'Notify_requestor_FYI', l_item_type, l_item_key);
1982: RAISE;
1983: END notify_approval_required;
1984:
1985: --------------------------------------------------------------------------

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

2153: */
2154:
2155: EXCEPTION
2156: WHEN OTHERS THEN
2157: wf_core.context('AMSGAPP', 'notify_appr_req_reminder', l_item_type, l_item_key);
2158: RAISE;
2159: END notify_appr_req_reminder;
2160:
2161: ---------------------------------------------------------------------

Line 2518: wf_core.context(

2514: , -- Number of error Messages
2515: p_msg_data => l_msg_data
2516: ,p_attr_name => 'AMS_ERROR_MSG'
2517: ,x_error_msg => l_error_msg);
2518: wf_core.context(
2519: 'ozf_fund_request_apr_pvt'
2520: ,'Set_trans_Activity_Details'
2521: ,itemtype
2522: ,itemkey

Line 2549: wf_core.context(

2545: --
2546:
2547: EXCEPTION
2548: WHEN fnd_api.g_exc_error THEN
2549: wf_core.context(
2550: 'ozf_fund_request_apr_pvt'
2551: ,'Set_trans_Activity_Detail'
2552: ,itemtype
2553: ,itemkey