DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on FND_REQUEST

Line 104: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST().',

100: iby_debug_pub.add(debug_msg => '============================================',
101: debug_level => FND_LOG.LEVEL_STATEMENT,
102: module => l_Debug_Module);
103:
104: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST().',
105: debug_level => FND_LOG.LEVEL_STATEMENT,
106: module => l_Debug_Module);
107:
108: --Bug 6411356

Line 112: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

108: --Bug 6411356
109: --below code added to set the current nls character setting
110: --before submitting a child requests.
111: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
112: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
113:
114:
115: -- submit the extract program
116: x_request_id := FND_REQUEST.SUBMIT_REQUEST

Line 116: x_request_id := FND_REQUEST.SUBMIT_REQUEST

112: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
113:
114:
115: -- submit the extract program
116: x_request_id := FND_REQUEST.SUBMIT_REQUEST
117: (
118: 'IBY',
119: 'IBY_FD_FEDERAL_SUMMARY',
120: null, -- description

Line 141: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST().',

137: '', '', '', '', '', '', '', '',
138: '', '', ''
139: );
140:
141: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST().',
142: debug_level => FND_LOG.LEVEL_STATEMENT,
143: module => l_Debug_Module);
144:
145: iby_debug_pub.add(debug_msg => 'Request id: ' || x_request_id,

Line 271: l_set_opt_ok := FND_REQUEST.SET_OPTIONS;

267: -- language IN varchar2 default NULL,
268: -- territory IN varchar2 default NULL
269: -- it appears that if the Use in SRS is turned off,
270: -- the CM will set the implicit to YES
271: l_set_opt_ok := FND_REQUEST.SET_OPTIONS;
272:
273: IF l_set_opt_ok THEN
274: iby_debug_pub.add(debug_msg => 'Set request implicit to NO ',
275: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 302: l_set_print_opt_ok := FND_REQUEST.SET_PRINT_OPTIONS

298: WHERE ins.payment_instruction_id = p_payment_instruction_id
299: AND ins.payment_profile_id = pp.payment_profile_id;
300:
301: IF l_save_no_output = 'Y' THEN
302: l_set_print_opt_ok := FND_REQUEST.SET_PRINT_OPTIONS
303: (printer => l_printer_name,
304: style => null,
305: copies => 1,
306: save_output => FALSE);

Line 308: l_set_print_opt_ok := FND_REQUEST.SET_PRINT_OPTIONS

304: style => null,
305: copies => 1,
306: save_output => FALSE);
307: ELSE
308: l_set_print_opt_ok := FND_REQUEST.SET_PRINT_OPTIONS
309: (printer => l_printer_name,
310: style => null,
311: copies => 1);
312: END IF;

Line 326: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST().',

322: debug_level => FND_LOG.LEVEL_STATEMENT,
323: module => l_Debug_Module);
324: END IF;
325:
326: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST().',
327: debug_level => FND_LOG.LEVEL_STATEMENT,
328: module => l_Debug_Module);
329:
330: --Bug 6411356

Line 334: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

330: --Bug 6411356
331: --below code added to set the current nls character setting
332: --before submitting a child requests.
333: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
334: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
335:
336:
337: SELECT temp.application_short_name,
338: temp.template_code,

Line 365: /* l_bool := FND_REQUEST.add_layout

361: AND SYSDATE BETWEEN NVL(temp.start_date, SYSDATE) AND NVL(temp.end_date,SYSDATE);
362:
363:
364:
365: /* l_bool := FND_REQUEST.add_layout
366: (
367: l_appl_name,
368: l_template_code,
369: l_template_lang,

Line 380: l_request_id := FND_REQUEST.SUBMIT_REQUEST

376: -- submit the extract program
377:
378: IF l_output_format ='PDF' THEN
379:
380: l_request_id := FND_REQUEST.SUBMIT_REQUEST
381: (
382: 'IBY',
383: 'IBY_FD_PAYMENT_FORMAT',
384: null, -- description

Line 410: l_request_id := FND_REQUEST.SUBMIT_REQUEST

406: module => l_Debug_Module);
407:
408: ELSE
409:
410: l_request_id := FND_REQUEST.SUBMIT_REQUEST
411: (
412: 'IBY',
413: 'IBY_FD_PAYMENT_FORMAT_TEXT',
414: null, -- description

Line 440: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST().',

436: module => l_Debug_Module);
437:
438: END IF;
439:
440: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST().',
441: debug_level => FND_LOG.LEVEL_STATEMENT,
442: module => l_Debug_Module);
443: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
444: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 2002: l_def_sts := fnd_request.set_deferred();

1998: iby_debug_pub.add(debug_msg => 'Setting request to deferred',
1999: debug_level => FND_LOG.LEVEL_STATEMENT,
2000: module => l_Debug_Module);
2001:
2002: l_def_sts := fnd_request.set_deferred();
2003:
2004: IF l_def_sts = FALSE THEN
2005: iby_debug_pub.add(debug_msg => 'Warning: failed to set request as deferred',
2006: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 2011: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',

2007: module => l_Debug_Module);
2008:
2009: END IF;
2010:
2011: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',
2012: debug_level => FND_LOG.LEVEL_STATEMENT,
2013: module => l_Debug_Module);
2014:
2015:

Line 2020: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

2016: --Bug 6411356
2017: --below code added to set the current nls character setting
2018: --before submitting a child requests.
2019: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2020: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2021:
2022:
2023: -- submit the extract program
2024: l_request_id := FND_REQUEST.SUBMIT_REQUEST

Line 2024: l_request_id := FND_REQUEST.SUBMIT_REQUEST

2020: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2021:
2022:
2023: -- submit the extract program
2024: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2025: (
2026: 'IBY',
2027: 'IBY_RESET_PERIODIC_SEQ',
2028: null, -- description

Line 2049: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',

2045: '', '', '', '', '', '', '', '',
2046: '', '', ''
2047: );
2048:
2049: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
2050: debug_level => FND_LOG.LEVEL_STATEMENT,
2051: module => l_Debug_Module);
2052: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
2053: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 2107: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',

2103: RETURN;
2104: END IF;
2105:
2106:
2107: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',
2108: debug_level => FND_LOG.LEVEL_STATEMENT,
2109: module => l_Debug_Module);
2110:
2111:

Line 2116: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

2112: --Bug 6411356
2113: --below code added to set the current nls character setting
2114: --before submitting a child requests.
2115: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2116: l_return_status:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2117:
2118:
2119: -- submit the acp ltr program
2120: -- note the format code is not passed

Line 2121: l_request_id := FND_REQUEST.SUBMIT_REQUEST

2117:
2118:
2119: -- submit the acp ltr program
2120: -- note the format code is not passed
2121: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2122: (
2123: 'IBY',
2124: 'IBY_FD_ACP_LTR_FORMAT',
2125: null, -- description

Line 2144: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',

2140: '', '', '', '', '', '', '', '',
2141: '', '', ''
2142: );
2143:
2144: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
2145: debug_level => FND_LOG.LEVEL_STATEMENT,
2146: module => l_Debug_Module);
2147: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
2148: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 2253: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',

2249: debug_level => FND_LOG.LEVEL_STATEMENT,
2250: module => l_Debug_Module);
2251:
2252:
2253: iby_debug_pub.add(debug_msg => 'Before Calling FND_REQUEST.SUBMIT_REQUEST()',
2254: debug_level => FND_LOG.LEVEL_STATEMENT,
2255: module => l_Debug_Module);
2256:
2257:

Line 2262: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);

2258: --Bug 6411356
2259: --below code added to set the current nls character setting
2260: --before submitting a child requests.
2261: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2262: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2263:
2264: -- submit the extract program
2265: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2266: (

Line 2265: l_request_id := FND_REQUEST.SUBMIT_REQUEST

2261: fnd_profile.get('ICX_NUMERIC_CHARACTERS',l_icx_numeric_characters);
2262: l_bool_val:= FND_REQUEST.SET_OPTIONS( numeric_characters => l_icx_numeric_characters);
2263:
2264: -- submit the extract program
2265: l_request_id := FND_REQUEST.SUBMIT_REQUEST
2266: (
2267: 'IBY',
2268: p_program_short_name,
2269: null, -- description

Line 2288: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',

2284: '', '', '', '', '', '', '', '',
2285: '', '', ''
2286: );
2287:
2288: iby_debug_pub.add(debug_msg => 'After Calling FND_REQUEST.SUBMIT_REQUEST()',
2289: debug_level => FND_LOG.LEVEL_STATEMENT,
2290: module => l_Debug_Module);
2291: iby_debug_pub.add(debug_msg => 'Request id: ' || l_request_id,
2292: debug_level => FND_LOG.LEVEL_STATEMENT,