DBA Data[Home] [Help]

APPS.OKC_LINE_STYLES_PUB dependencies on OKC_LINE_STYLES_PVT

Line 19: SUBTYPE lsev_rec_type is okc_line_styles_pvt.lsev_rec_type;

15: --------------------------------------------------------------------------
16: ---The following procedures cater to handling of OKC_LINE_STYLES
17: --------------------------------------------------------------------------
18:
19: SUBTYPE lsev_rec_type is okc_line_styles_pvt.lsev_rec_type;
20: TYPE lsev_tbl_type is table of okc_line_styles_pvt.lsev_rec_type index by binary_integer;
21:
22: g_lsev_rec lsev_rec_type;
23: g_lsev_tbl lsev_tbl_type;

Line 20: TYPE lsev_tbl_type is table of okc_line_styles_pvt.lsev_rec_type index by binary_integer;

16: ---The following procedures cater to handling of OKC_LINE_STYLES
17: --------------------------------------------------------------------------
18:
19: SUBTYPE lsev_rec_type is okc_line_styles_pvt.lsev_rec_type;
20: TYPE lsev_tbl_type is table of okc_line_styles_pvt.lsev_rec_type index by binary_integer;
21:
22: g_lsev_rec lsev_rec_type;
23: g_lsev_tbl lsev_tbl_type;
24:

Line 123: SUBTYPE lssv_rec_type is okc_line_styles_pvt.lssv_rec_type;

119: --------------------------------------------------------------------------
120: ---The following procedures cater to handling of OKC_LINE_STYLE_SOURCES
121: --------------------------------------------------------------------------
122:
123: SUBTYPE lssv_rec_type is okc_line_styles_pvt.lssv_rec_type;
124: TYPE lssv_tbl_type is table of okc_line_styles_pvt.lssv_rec_type index by binary_integer;
125:
126: g_lssv_rec lssv_rec_type;
127: g_lssv_tbl lssv_tbl_type;

Line 124: TYPE lssv_tbl_type is table of okc_line_styles_pvt.lssv_rec_type index by binary_integer;

120: ---The following procedures cater to handling of OKC_LINE_STYLE_SOURCES
121: --------------------------------------------------------------------------
122:
123: SUBTYPE lssv_rec_type is okc_line_styles_pvt.lssv_rec_type;
124: TYPE lssv_tbl_type is table of okc_line_styles_pvt.lssv_rec_type index by binary_integer;
125:
126: g_lssv_rec lssv_rec_type;
127: g_lssv_tbl lssv_tbl_type;
128:

Line 219: SUBTYPE vlov_rec_type is okc_line_styles_pvt.vlov_rec_type;

215: --------------------------------------------------------------------------
216: ---The following procedures cater to handling of OKC_VAL_LINE_OPERATION
217: --------------------------------------------------------------------------
218:
219: SUBTYPE vlov_rec_type is okc_line_styles_pvt.vlov_rec_type;
220: SUBTYPE vlov_tbl_type is okc_line_styles_pvt.vlov_tbl_type ;
221:
222: g_vlov_rec vlov_rec_type;
223: g_vlov_tbl vlov_tbl_type;

Line 220: SUBTYPE vlov_tbl_type is okc_line_styles_pvt.vlov_tbl_type ;

216: ---The following procedures cater to handling of OKC_VAL_LINE_OPERATION
217: --------------------------------------------------------------------------
218:
219: SUBTYPE vlov_rec_type is okc_line_styles_pvt.vlov_rec_type;
220: SUBTYPE vlov_tbl_type is okc_line_styles_pvt.vlov_tbl_type ;
221:
222: g_vlov_rec vlov_rec_type;
223: g_vlov_tbl vlov_tbl_type;
224: