DBA Data[Home] [Help]

APPS.OZF_FUND_REQUEST_APR_PVT dependencies on OZF_FUND_REQUEST_APR_PVT

Line 1: PACKAGE BODY ozf_fund_request_apr_pvt AS

1: PACKAGE BODY ozf_fund_request_apr_pvt AS
2: /* $Header: ozfvwfrb.pls 120.1 2005/12/15 02:28:46 rimehrot noship $ */
3:
4: ----------------------------------------------------------
5: -- Start of Comments

Line 8: -- OZF_fund_Request_Apr_PVT

4: ----------------------------------------------------------
5: -- Start of Comments
6: --
7: -- NAME
8: -- OZF_fund_Request_Apr_PVT
9: --
10: -- PURPOSE
11: -- This package contains all transactions to be done for
12: -- Fund Request Approvals and Fund Transfer Approvals

Line 30: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_Request_Apr_PVT';

26: -- 01/22/2004 kdass Fix bug 3390310. Changed the workflow attributes back to AMS from OZF
27: -- 04/20/2004 Ribha Mehrotra Fix bug 3579649. Send the original amount as null to update_fund api.
28: -- 06/17/2004 Ribha Mehrotra Fix bug 3638512. Set the ams_amount when approver is the requestor.
29:
30: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_Request_Apr_PVT';
31: g_file_name CONSTANT VARCHAR2(15) := 'ozfvwfrb.pls';
32: g_cons_fund_mode CONSTANT VARCHAR2(30) := 'WORKFLOW';
33: -- changed by mpande 08/14/2001
34: g_transfer_approval_type CONSTANT VARCHAR2(30) := 'BUDGET';

Line 2491: 'ozf_fund_request_apr_pvt'

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
2495: ,actid

Line 2522: 'ozf_fund_request_apr_pvt'

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
2526: ,actid

Line 3168: END ozf_fund_request_apr_pvt;

3164: p_encoded => fnd_api.g_false
3165: ,p_count => x_msg_count
3166: ,p_data => x_msg_data);
3167: END approve_holdback;
3168: END ozf_fund_request_apr_pvt;