DBA Data[Home] [Help]

PACKAGE: APPS.PV_PROGRAM_CONTRACT_REPORT_PVT

Source


1 PACKAGE PV_PROGRAM_CONTRACT_REPORT_PVT AUTHID CURRENT_USER as
2 /* $Header: pvxtpcrs.pls 115.1 2002/12/25 00:56:34 ktsao ship $*/
3 -- ===============================================================
4 -- Start of Comments
5 -- Package name
6 --          PV_PROGRAM_CONTRACT_REPORT_PVT
7 -- Purpose
8 --
9 -- History
10 --         02-AUG-2002    Karen.Tsao      Created
11 --
12 -- NOTE
13 --
14 -- Copyright (c) 2002 Oracle Corporation Redwood Shores, California, USA
15 --                          All rights reserved.
16 --
17 -- End of Comments
18 -- ===============================================================
19 --
20 --    prerun
21 --
22 --    'OKC_REPORT_PVT.prerun' used as default value
23 --    for profile option OKC_WEB_PRERUN
24 --    performs some validation tasks
25 --    like sections should be defined for the contract
26 --    let/not let to run report
27 --
28   procedure prerun(
29     -- standard parameters
30 	p_api_version in NUMBER default 1,
31 	p_init_msg_list	in VARCHAR2 default OKC_API.G_TRUE,
32 	x_return_status	out nocopy VARCHAR2,
33 	x_msg_count out nocopy NUMBER,
34 	x_msg_data out nocopy VARCHAR2,
35     -- input parameters
36 	p_chr_id in NUMBER,
37 	p_major_version NUMBER default NULL,
38 	p_scn_id in NUMBER default NULL
39   );
40 END PV_PROGRAM_CONTRACT_REPORT_PVT;