DBA Data[Home] [Help]

APPS.BEN_BATCH_UTILS dependencies on STANDARD

Line 70: * standard_header

66: * 21-Jun-04 kmahendr 115.39 Corrected Prompt for legal Entity.
67: * 20-Aug-04 nhunur 115.40 Added a procedure for person selection rule
68: * with proper error handling.
69: * 02-Nov-04 abparekh 115.41 Bug 3517604 - Added p_date_From to procedure
70: * standard_header
71: * 03-Nov-06 swjain 115.42 Bug 5331889 - passed person_id as input param
72: * in person_selection_rule and added input1 as
73: * additional param for future use
74: * 16-aug-06 gsehgal 115.43 Bug: 5450842 -- now p_mode will not be printed when

Line 2048: -- <>

2044: raise;
2045: End get_rpt_header;
2046: --
2047: -- ============================================================================
2048: -- <>
2049: -- ============================================================================
2050: --
2051: Procedure standard_header
2052: (p_concurrent_request_id in number,

Line 2051: Procedure standard_header

2047: -- ============================================================================
2048: -- <>
2049: -- ============================================================================
2050: --
2051: Procedure standard_header
2052: (p_concurrent_request_id in number,
2053: p_concurrent_program_name out nocopy varchar2,
2054: p_process_date out nocopy date,
2055: p_mode out nocopy varchar2,

Line 2085: l_proc varchar2(80) := g_package||'.standard_header';

2081: p_benfts_group out nocopy varchar2,
2082: p_date_from out nocopy date, /* Bug 3517604 */
2083: p_status out nocopy varchar2) is
2084: --
2085: l_proc varchar2(80) := g_package||'.standard_header';
2086: l_all varchar2(80) := 'All';
2087: l_none varchar2(80) := 'None';
2088: --
2089: cursor c_benefit_actions is

Line 2304: end standard_header;

2300: close c_benefit_actions;
2301: --
2302: hr_utility.set_location('Leaving :'||l_proc,10);
2303: --
2304: end standard_header;
2305: --
2306: --Bug 2978945
2307:
2308: FUNCTION rows_exist