DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on STANDARD

Line 60: 115.25 02-Mar-2000 maagrawa In standard_header procedure use application_id

56: reminder letters (1187482).
57: 115.23 16-Feb-2000 maagrawa Create emerging event comm. for dependents also
58: when they cross age boundaries.(1198557).
59: 115.24 23-Feb-2000 maagrawa Forgot to close c_dpnt_enrt in previous version.
60: 115.25 02-Mar-2000 maagrawa In standard_header procedure use application_id
61: (805) also to get conc.program name.(1167925)
62: 115.26 13-Mar-2000 maagrawa Removed effective_start_date check from
63: procedure chk_per_cm.
64: 115.27 04-Apr-2000 mmogel Added tokens to the message calls so that

Line 70: standard_header.

66: 115.28 11-Apr-2000 maagrawa Use the global variable g_comm_generated to
67: identify communications generated in the
68: procedure chk_per_cm.(4507,4859,4883)
69: 115.29 08-May-2000 maagrawa Added parameter p_status in procedure
70: standard_header.
71: 115.30 17-Jul-2000 gperry Fixed WWBUG 1351039.
72: Dependent communications now created correctly.
73: Added in check for person_type_id parameter
74: and commented out verify_person_type check.

Line 86: Made changes to standard_header procedure

82: assignment when assignment data is
83: fetched.
84: 115.35 18-Jun-2002 ikasire Bug 2394141 NLS Fix
85: 115.36 27-Sep-2002 rpgupta Fixed bug 2595834
86: Made changes to standard_header procedure
87: to take a substring of 80 characters
88: 115.38 11-dec-2002 hmani NoCopy changes
89: 115.39 30-dec-2003 mmudigon Bug 3232205. Modified cursors on
90: ben_person_actions to drive by

Line 4988: procedure standard_header(p_concurrent_request_id in number,

4984: --
4985: end summary_by_action;
4986: --
4987: --
4988: procedure standard_header(p_concurrent_request_id in number,
4989: p_concurrent_program_name out nocopy varchar2,
4990: p_process_date out nocopy date,
4991: p_validate out nocopy varchar2,
4992: p_business_group out nocopy varchar2,

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

5017: p_status out nocopy varchar2) is
5018: --
5019: l_all varchar2(80);
5020: l_none varchar2(80);
5021: l_proc varchar2(80) := g_package||'.standard_header';
5022: --
5023: cursor c_benefit_actions is
5024: select bft.process_date process_date,
5025: hr1.meaning mode_meaning,