DBA Data[Home] [Help]

APPS.OKI_BUT_PVT dependencies on OKI_BUT_PVT

Line 1: PACKAGE BODY oki_but_pvt as

1: PACKAGE BODY oki_but_pvt as
2: /* $Header: OKIRBUTB.pls 115.10 2002/12/19 19:36:16 brrao noship $*/
3:
4: --------------------------------------------------------------------------------
5: -- Modification History

Line 188: l_period_set_name := oki_but_pvt.get_period_set(NULL) ;

184: rec_l_period_name_csr l_period_name_csr%ROWTYPE ;
185:
186: BEGIN
187:
188: l_period_set_name := oki_but_pvt.get_period_set(NULL) ;
189: l_period_type := oki_but_pvt.get_period_type(NULL) ;
190:
191: OPEN l_period_name_csr ( l_period_set_name, l_period_type,
192: l_default_date ) ;

Line 189: l_period_type := oki_but_pvt.get_period_type(NULL) ;

185:
186: BEGIN
187:
188: l_period_set_name := oki_but_pvt.get_period_set(NULL) ;
189: l_period_type := oki_but_pvt.get_period_type(NULL) ;
190:
191: OPEN l_period_name_csr ( l_period_set_name, l_period_type,
192: l_default_date ) ;
193: FETCH l_period_name_csr INTO rec_l_period_name_csr ;

Line 278: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;

274:
275:
276: BEGIN
277: -- Retrieve the column label for the first column
278: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;
279:
280: return l_retval ;
281:
282: EXCEPTION

Line 307: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;

303:
304:
305: BEGIN
306: -- Retrieve the column label for the second column
307: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;
308:
309: return l_retval ;
310:
311: EXCEPTION

Line 335: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;

331:
332:
333: BEGIN
334: -- Retrieve the column label for the third column
335: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;
336:
337: return l_retval ;
338:
339: EXCEPTION

Line 363: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;

359:
360:
361: BEGIN
362: -- Retrieve the column label for the fourth column
363: l_retval := oki_but_pvt.get_aging_label( p_col_pos => l_col_pos ) ;
364:
365: return l_retval ;
366:
367: EXCEPTION

Line 434: l_postfix := oki_but_pvt.get_aging_label(p_code) ;

430: IF p_bin_name IN ('OKI_RAG_ORG_AG1_RPT', 'OKI_RAG_ORG_AG2_RPT',
431: 'OKI_RAG_ORG_AG3_RPT', 'OKI_RAG_ORG_AG4_RPT') THEN
432: l_prefix := 'Renewal Aging' ;
433: l_separator := ' - ' ;
434: l_postfix := oki_but_pvt.get_aging_label(p_code) ;
435: END IF ;
436: END IF ;
437:
438:

Line 619: END oki_but_pvt ;

615:
616: END dflt_summary_build_date ;
617:
618:
619: END oki_but_pvt ;