DBA Data[Home] [Help]

APPS.HXC_FIND_NOTIFY_APRS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 216: from per_all_assignments_f asg

212: is
213:
214: cursor csr_get_supervisor(b_person_id number, b_effective_date date) is
215: select asg.supervisor_id
216: from per_all_assignments_f asg
217: where asg.person_id = b_person_id
218: and TRUNC(b_effective_date) between TRUNC(asg.effective_Start_date) and TRUNC(asg.effective_end_date)
219: and asg.primary_flag = 'Y'
220: and asg.assignment_type in ('E','C');

Line 222: l_supervisor_id per_all_assignments_f.person_id%type;

218: and TRUNC(b_effective_date) between TRUNC(asg.effective_Start_date) and TRUNC(asg.effective_end_date)
219: and asg.primary_flag = 'Y'
220: and asg.assignment_type in ('E','C');
221:
222: l_supervisor_id per_all_assignments_f.person_id%type;
223: begin
224: open csr_get_supervisor(p_person_id, trunc(p_effective_date));
225: fetch csr_get_supervisor into l_supervisor_id;
226: close csr_get_supervisor;

Line 1944: l_apr_person_id per_all_assignments_f.person_id%type;

1940:
1941: l_proc constant varchar2(61) := g_pkg || '.' || 'person_approval';
1942: l_effective_end_date date;
1943: l_effective_start_date date;
1944: l_apr_person_id per_all_assignments_f.person_id%type;
1945: l_login fnd_user.user_name%type;
1946: --
1947: -- Bug 4153585
1948: -- Increased size for translation

Line 2339: l_person_id per_all_assignments_f.person_id%type;

2335: l_default_timeout number;
2336: --
2337: -- person who requires approval
2338: --
2339: l_person_id per_all_assignments_f.person_id%type;
2340: --
2341: l_supervisor_id per_all_assignments_f.supervisor_id%type;
2342: l_next_supervisor_id per_all_assignments_f.supervisor_id%type;
2343: l_login fnd_user.user_name%type;

Line 2341: l_supervisor_id per_all_assignments_f.supervisor_id%type;

2337: -- person who requires approval
2338: --
2339: l_person_id per_all_assignments_f.person_id%type;
2340: --
2341: l_supervisor_id per_all_assignments_f.supervisor_id%type;
2342: l_next_supervisor_id per_all_assignments_f.supervisor_id%type;
2343: l_login fnd_user.user_name%type;
2344: l_ap_bbid hxc_time_building_blocks.time_building_block_id%type;
2345: l_ap_bbovn hxc_time_building_blocks.time_building_block_id%type;

Line 2342: l_next_supervisor_id per_all_assignments_f.supervisor_id%type;

2338: --
2339: l_person_id per_all_assignments_f.person_id%type;
2340: --
2341: l_supervisor_id per_all_assignments_f.supervisor_id%type;
2342: l_next_supervisor_id per_all_assignments_f.supervisor_id%type;
2343: l_login fnd_user.user_name%type;
2344: l_ap_bbid hxc_time_building_blocks.time_building_block_id%type;
2345: l_ap_bbovn hxc_time_building_blocks.time_building_block_id%type;
2346:

Line 2991: l_apr_person_id per_all_assignments_f.person_id%type;

2987: l_final_apr varchar2(50);
2988: l_effective_date date;
2989: l_approval_timeout number;
2990: l_default_timeout number;
2991: l_apr_person_id per_all_assignments_f.person_id%type;
2992: l_apr_key_level number;
2993: l_approved_at_level number;
2994: l_approvers_visited number;
2995: begin

Line 3278: l_person_id per_all_assignments_f.person_id%type;

3274: l_approval_mechanism hxc_approval_comps.approval_mechanism%type;
3275: l_approval_mechanism_id hxc_approval_comps.approval_mechanism_id%type;
3276: l_wf_item_type hxc_approval_comps.wf_item_type%type;
3277: l_wf_process_name hxc_approval_comps.wf_name%type;
3278: l_person_id per_all_assignments_f.person_id%type;
3279: l_formula_status varchar2(10);
3280: l_formula_message varchar2(2000);
3281: begin
3282: --sb_msgs_pkg.begin_call(l_proc);

Line 3628: l_apr_person_id per_all_assignments_f.person_id%type;

3624: l_ap_bbid hxc_time_building_blocks.time_building_block_id%type;
3625: l_ap_bbovn hxc_time_building_blocks.time_building_block_id%type;
3626: l_wf_item_type hxc_approval_comps.wf_item_type%type;
3627: l_wf_process_name hxc_approval_comps.wf_name%type;
3628: l_apr_person_id per_all_assignments_f.person_id%type;
3629: l_resource_id per_all_assignments_f.person_id%type;
3630: begin
3631: --sb_msgs_pkg.begin_call(l_proc);
3632: --sb_msgs_pkg.trace('p_funcmode>' || p_funcmode || '<');

Line 3629: l_resource_id per_all_assignments_f.person_id%type;

3625: l_ap_bbovn hxc_time_building_blocks.time_building_block_id%type;
3626: l_wf_item_type hxc_approval_comps.wf_item_type%type;
3627: l_wf_process_name hxc_approval_comps.wf_name%type;
3628: l_apr_person_id per_all_assignments_f.person_id%type;
3629: l_resource_id per_all_assignments_f.person_id%type;
3630: begin
3631: --sb_msgs_pkg.begin_call(l_proc);
3632: --sb_msgs_pkg.trace('p_funcmode>' || p_funcmode || '<');
3633: