DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on FND_REQUEST

Line 2019: and fnd.request_id = p_request_id;

2015: cursor c_threads(p_request_id number) is
2016: select null
2017: from fnd_concurrent_requests fnd
2018: where fnd.phase_code <> 'C'
2019: and fnd.request_id = p_request_id;
2020: --
2021: cursor get_hdr_cnt is
2022: select count(*)
2023: from ben_ext_rcd_in_file fil, ben_ext_rcd rcd

Line 6145: l_request_id := fnd_request.submit_request

6141: If l_person_cnt > 0 and l_conc_request_id <> -1 then
6142: --
6143: For l_count in 1..least(l_threads,l_num_range) - 1 loop
6144: --
6145: l_request_id := fnd_request.submit_request
6146: (application => 'BEN'
6147: ,program => 'BENXTHRD'
6148: ,description => 'Thread '||to_char(l_count+1)
6149: ,sub_request => FALSE

Line 6368: l_request_id := fnd_request.submit_request

6364: l_line := 127;
6365: --
6366: thread_summary;
6367: --
6368: l_request_id := fnd_request.submit_request
6369: (application => 'BEN',
6370: program => 'BENXERRO',
6371: description => NULL,
6372: sub_request => FALSE,

Line 6378: l_request_id := fnd_request.submit_request

6374: );
6375: --
6376: if l_ext_rslt_id is not null then
6377: --
6378: l_request_id := fnd_request.submit_request
6379: (application => 'BEN',
6380: program => 'BENXSMRY',
6381: description => NULL,
6382: sub_request => FALSE,

Line 6415: l_fnd_out := fnd_request.add_layout

6411: end if ;
6412:
6413: --- popilate the variable for post poroccing of cm - templates
6414:
6415: l_fnd_out := fnd_request.add_layout
6416: (template_appl_name => l_application_short_name,
6417: template_code => l_template_code,
6418: template_language => l_default_language,
6419: template_territory => l_default_territory,

Line 6426: l_request_id := fnd_request.submit_request

6422:
6423: --- call the concurrent manager with XML output
6424:
6425:
6426: l_request_id := fnd_request.submit_request
6427: (application => 'BEN',
6428: program => 'BENXMLWRIT',
6429: description => NULL,
6430: sub_request => FALSE,

Line 6440: l_request_id := fnd_request.submit_request

6436: );
6437:
6438: Else
6439:
6440: l_request_id := fnd_request.submit_request
6441: (application => 'BEN',
6442: program => 'BENXWRIT',
6443: description => NULL,
6444: sub_request => FALSE,

Line 6507: l_request_id := fnd_request.submit_request

6503: end if;
6504: --
6505: if l_conc_request_id <> -1 then
6506: --
6507: l_request_id := fnd_request.submit_request
6508: (application => 'BEN',
6509: program => 'BENXERRO',
6510: description => NULL,
6511: sub_request => FALSE,

Line 6574: l_request_id := fnd_request.submit_request

6570: end if;
6571: --
6572: if l_conc_request_id <> -1 then
6573: --
6574: l_request_id := fnd_request.submit_request
6575: (application => 'BEN',
6576: program => 'BENXERRO',
6577: description => NULL,
6578: sub_request => FALSE,

Line 7138: fnd.request_id = p_request_id;

7134: cursor c_threads(p_request_id number) is
7135: select null
7136: from fnd_concurrent_requests fnd
7137: where /*fnd.phase_code <> 'C' and */
7138: fnd.request_id = p_request_id;
7139: --
7140: cursor c_bg_name is
7141: select name
7142: from per_business_groups bg

Line 7244: l_request_id := fnd_request.submit_request

7240:
7241: --
7242:
7243: if p_mode = 'EXP' then
7244: l_request_id := fnd_request.submit_request
7245: (application => 'BEN'
7246: ,program => 'BENXUPLDR'
7247: ,description => NULL
7248: ,sub_request => FALSE

Line 7258: l_request_id := fnd_request.submit_request

7254: ,argument6 => 'CM_DOWNLOAD=Y'
7255: ,argument7 => l_business_group_name
7256: );
7257: else
7258: l_request_id := fnd_request.submit_request
7259: (application => 'BEN'
7260: ,program => 'BENXDNLDR'
7261: ,description => NULL
7262: ,sub_request => FALSE