DBA Data[Home] [Help]

APPS.PSB_EXCEL_PVT dependencies on PSB_WS_MATRIX

Line 6: g_ws_line_year_rec psb_ws_matrix.ws_line_year_rec_type;

2: /* $Header: PSBVXLEB.pls 120.7 2004/12/08 06:49:03 maniskum ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_EXCEL_PVT';
5:
6: g_ws_line_year_rec psb_ws_matrix.ws_line_year_rec_type;
7: g_export_id NUMBER;
8: g_msg_export_id NUMBER; -- Used in 'Log Messages'
9: g_worksheet_id NUMBER;
10: g_global_worksheet_id NUMBER;

Line 961: psb_ws_matrix.Set_WS_Line_Years(g_ws_line_year_rec);

957: g_ws_line_year_rec.c9_amount_type := g_ws_cols(9).balance_type;
958: g_ws_line_year_rec.c10_amount_type := g_ws_cols(10).balance_type;
959: g_ws_line_year_rec.c11_amount_type := g_ws_cols(11).balance_type;
960: g_ws_line_year_rec.c12_amount_type := g_ws_cols(12).balance_type;
961: psb_ws_matrix.Set_WS_Line_Years(g_ws_line_year_rec);
962:
963: END Set_WS_Matrix_View;
964:
965: