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.12010000.3 2009/05/13 12:04:04 nepanda ship $ */
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 32: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_Request_Apr_PVT';

28: -- 06/17/2004 Ribha Mehrotra Fix bug 3638512. Set the ams_amount when approver is the requestor.
29: -- 29/07/2008 kpatro Fix bug 7290977
30: -- 5/13/2009 nepanda Fix for bug 8434546
31:
32: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_Request_Apr_PVT';
33: g_file_name CONSTANT VARCHAR2(15) := 'ozfvwfrb.pls';
34: g_cons_fund_mode CONSTANT VARCHAR2(30) := 'WORKFLOW';
35: -- changed by mpande 08/14/2001
36: g_transfer_approval_type CONSTANT VARCHAR2(30) := 'BUDGET';

Line 2519: 'ozf_fund_request_apr_pvt'

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

Line 2550: 'ozf_fund_request_apr_pvt'

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

Line 3196: END ozf_fund_request_apr_pvt;

3192: p_encoded => fnd_api.g_false
3193: ,p_count => x_msg_count
3194: ,p_data => x_msg_data);
3195: END approve_holdback;
3196: END ozf_fund_request_apr_pvt;