DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on FND_REQUEST

Line 2021: and fnd.request_id = p_request_id;

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

Line 6186: l_request_id := fnd_request.submit_request

6182: If l_person_cnt > 0 and l_conc_request_id <> -1 then
6183: --
6184: For l_count in 1..least(l_threads,l_num_range) - 1 loop
6185: --
6186: l_request_id := fnd_request.submit_request
6187: (application => 'BEN'
6188: ,program => 'BENXTHRD'
6189: ,description => 'Thread '||to_char(l_count+1)
6190: ,sub_request => FALSE

Line 6409: l_request_id := fnd_request.submit_request

6405: l_line := 127;
6406: --
6407: thread_summary;
6408: --
6409: l_request_id := fnd_request.submit_request
6410: (application => 'BEN',
6411: program => 'BENXERRO',
6412: description => NULL,
6413: sub_request => FALSE,

Line 6419: l_request_id := fnd_request.submit_request

6415: );
6416: --
6417: if l_ext_rslt_id is not null then
6418: --
6419: l_request_id := fnd_request.submit_request
6420: (application => 'BEN',
6421: program => 'BENXSMRY',
6422: description => NULL,
6423: sub_request => FALSE,

Line 6456: l_fnd_out := fnd_request.add_layout

6452: end if ;
6453:
6454: --- popilate the variable for post poroccing of cm - templates
6455:
6456: l_fnd_out := fnd_request.add_layout
6457: (template_appl_name => l_application_short_name,
6458: template_code => l_template_code,
6459: template_language => l_default_language,
6460: template_territory => l_default_territory,

Line 6467: l_request_id := fnd_request.submit_request

6463:
6464: --- call the concurrent manager with XML output
6465:
6466:
6467: l_request_id := fnd_request.submit_request
6468: (application => 'BEN',
6469: program => 'BENXMLWRIT',
6470: description => NULL,
6471: sub_request => FALSE,

Line 6481: l_request_id := fnd_request.submit_request

6477: );
6478:
6479: Else
6480:
6481: l_request_id := fnd_request.submit_request
6482: (application => 'BEN',
6483: program => 'BENXWRIT',
6484: description => NULL,
6485: sub_request => FALSE,

Line 6548: l_request_id := fnd_request.submit_request

6544: end if;
6545: --
6546: if l_conc_request_id <> -1 then
6547: --
6548: l_request_id := fnd_request.submit_request
6549: (application => 'BEN',
6550: program => 'BENXERRO',
6551: description => NULL,
6552: sub_request => FALSE,

Line 6615: l_request_id := fnd_request.submit_request

6611: end if;
6612: --
6613: if l_conc_request_id <> -1 then
6614: --
6615: l_request_id := fnd_request.submit_request
6616: (application => 'BEN',
6617: program => 'BENXERRO',
6618: description => NULL,
6619: sub_request => FALSE,

Line 7179: fnd.request_id = p_request_id;

7175: cursor c_threads(p_request_id number) is
7176: select null
7177: from fnd_concurrent_requests fnd
7178: where /*fnd.phase_code <> 'C' and */
7179: fnd.request_id = p_request_id;
7180: --
7181: cursor c_bg_name is
7182: select name
7183: from per_business_groups bg

Line 7285: l_request_id := fnd_request.submit_request

7281:
7282: --
7283:
7284: if p_mode = 'EXP' then
7285: l_request_id := fnd_request.submit_request
7286: (application => 'BEN'
7287: ,program => 'BENXUPLDR'
7288: ,description => NULL
7289: ,sub_request => FALSE

Line 7299: l_request_id := fnd_request.submit_request

7295: ,argument6 => 'CM_DOWNLOAD=Y'
7296: ,argument7 => l_business_group_name
7297: );
7298: else
7299: l_request_id := fnd_request.submit_request
7300: (application => 'BEN'
7301: ,program => 'BENXDNLDR'
7302: ,description => NULL
7303: ,sub_request => FALSE