DBA Data[Home] [Help]

APPS.ENI_DBI_PDT_PKG dependencies on ENI_DBI_UTIL_PKG

Line 50: ENI_DBI_UTIL_PKG.get_parameters( p_page_parameter_tbl

46: BEGIN
47:
48: x_custom_output := bis_query_attributes_tbl();
49:
50: ENI_DBI_UTIL_PKG.get_parameters( p_page_parameter_tbl
51: , l_period_type
52: , l_period_bitand
53: , l_view_by
54: , l_as_of_date

Line 85: eni_dbi_util_pkg.get_time_clauses

81: Reverted the calculation to (current_date - need_by_date)
82:
83: */
84:
85: eni_dbi_util_pkg.get_time_clauses
86: (
87: 'I',
88: 'pdo',
89: l_period_type,