DBA Data[Home] [Help]

APPS.ENI_DBI_UTIL_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 25: FUNCTION GetXTDLabel( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL)

21: from the PMV report and relies on cached values of variables
22: called in the package init section.
23: ------------------------------------------------------*/
24: -- Function GetXTDLabel Follows
25: FUNCTION GetXTDLabel( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL)
26: RETURN VARCHAR2
27: IS
28: l_Time_Level_Value VARCHAR2(80);
29: l_Label VARCHAR2(8);

Line 81: FUNCTION Rolling_Lab( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL)

77: from the PMV report and relies on cached values of variables
78: called in the package init section.
79: ------------------------------------------------------*/
80: -- Function GetXTDLabel Follows
81: FUNCTION Rolling_Lab( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL)
82: RETURN VARCHAR2
83: IS
84: l_Time_Level_Value VARCHAR2(80);
85: l_Label VARCHAR2(50);

Line 292: ( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,

288: Description : modified to include the parameters of product management engineering report
289:
290: */
291: PROCEDURE get_parameters
292: ( p_page_parameter_tbl IN BIS_PMV_PAGE_PARAMETER_TBL,
293: p_period_type OUT NOCOPY VARCHAR2,
294: p_period_bitand OUT NOCOPY NUMBER,
295: p_view_by OUT NOCOPY VARCHAR2,
296: p_as_of_date OUT NOCOPY DATE,