DBA Data[Home] [Help]

APPS.BIS_PMV_QUERY_PVT dependencies on BIS_MAP_TBL

Line 3803: pCustomOutput IN bis_map_tbl,

3799:
3800: /** Procedure to process the custom output from a pl/sql procedure call*/
3801: PROCEDURE process_custom_output(
3802: pUserSession in BIS_PMV_SESSION_PVT.SESSION_REC_TYPE,
3803: pCustomOutput IN bis_map_tbl,
3804: xCustom_sql OUT NOCOPY VARCHAR2,
3805: x_view_by_value OUT NOCOPY VARCHAR2
3806: ) IS
3807: BEGIN

Line 3900: l_custom_output bis_map_tbl;

3896: or attribute2||'_FROM' = cpParameterName
3897: or attribute2||'_TO' = cpParameterName)
3898: ORDER BY display_sequence;
3899:
3900: l_custom_output bis_map_tbl;
3901:
3902: l_original_sql varchar2(32000);
3903:
3904: BEGIN