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 2038: -- <>

2034: raise;
2035: End get_rpt_header;
2036: --
2037: -- ============================================================================
2038: -- <>
2039: -- ============================================================================
2040: --
2041: Procedure standard_header
2042: (p_concurrent_request_id in number,

Line 2041: Procedure standard_header

2037: -- ============================================================================
2038: -- <>
2039: -- ============================================================================
2040: --
2041: Procedure standard_header
2042: (p_concurrent_request_id in number,
2043: p_concurrent_program_name out nocopy varchar2,
2044: p_process_date out nocopy date,
2045: p_mode out nocopy varchar2,

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

2071: p_benfts_group out nocopy varchar2,
2072: p_date_from out nocopy date, /* Bug 3517604 */
2073: p_status out nocopy varchar2) is
2074: --
2075: l_proc varchar2(80) := g_package||'.standard_header';
2076: l_all varchar2(80) := 'All';
2077: l_none varchar2(80) := 'None';
2078: --
2079: cursor c_benefit_actions is

Line 2294: end standard_header;

2290: close c_benefit_actions;
2291: --
2292: hr_utility.set_location('Leaving :'||l_proc,10);
2293: --
2294: end standard_header;
2295: --
2296: --Bug 2978945
2297:
2298: FUNCTION rows_exist