DBA Data[Home] [Help]

PACKAGE: APPS.AP_WEB_EXP_ITEM_UTIL

Source


1 PACKAGE ap_web_exp_item_util AUTHID CURRENT_USER AS
2 /* $Header: apweiuts.pls 115.1 2002/08/25 19:49:53 osteinme noship $ */
3 
4    g_exp_report_id NUMBER;
5    g_exp_report_parameter_id NUMBER;
6 
7    function get_rep_id return NUMBER;
8    function get_exp_param_id return NUMBER;
9    procedure set_rep_id(id IN NUMBER);
10    procedure set_exp_param_id(id IN NUMBER);
11    function itemization_allowed(p_parameter_id IN NUMBER) RETURN VARCHAR2;
12 end ap_web_exp_item_util;