DBA Data[Home] [Help]

APPS.CSTPGLXF dependencies on FND_FILE

Line 60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));

56: --------------------------------------------------------------------
57: -- Display the Input parameters
58: --------------------------------------------------------------------
59:
60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));
61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));

Line 61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));

57: -- Display the Input parameters
58: --------------------------------------------------------------------
59:
60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));
61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));

Line 62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));

58: --------------------------------------------------------------------
59:
60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));
61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );

Line 63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));

59:
60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));
61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);

Line 64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));

60: fnd_file.put_line(fnd_file.log,'Application ID = '||to_char(p_application_id ));
61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);

Line 65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));

61: fnd_file.put_line(fnd_file.log,'User ID = '||to_char(p_user_id));
62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);
69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);

Line 66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );

62: fnd_file.put_line(fnd_file.log,'Legal Entity = '||to_char(p_legal_entity));
63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);
69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);
70:

Line 67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);

63: fnd_file.put_line(fnd_file.log,'Cost Type = '||to_char(p_cost_type_id));
64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);
69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);
70:
71: l_stmt_num := 10;

Line 68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);

64: fnd_file.put_line(fnd_file.log,'Cost Group = '||to_char(p_cost_group_id));
65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);
69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);
70:
71: l_stmt_num := 10;
72:

Line 69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);

65: fnd_file.put_line(fnd_file.log,'Period = '||to_char(p_period_id));
66: fnd_file.put_line(fnd_file.log,'Batch Name = '||p_batch_name );
67: fnd_file.put_line(fnd_file.log,'GL Transfer Mode = '||p_gl_transfer_mode);
68: fnd_file.put_line(fnd_file.log,'Submit Journal Import = '||p_submit_journal_import);
69: fnd_file.put_line(fnd_file.log,'Debug Flag = '||p_debug_flag);
70:
71: l_stmt_num := 10;
72:
73: -------------------------------------------------------------------

Line 257: fnd_file.put_line(fnd_file.log,'Calling Common Transfer API ...');

253: ----------------------------------------------------------------
254: -- Call the common transfer API
255: ----------------------------------------------------------------
256:
257: fnd_file.put_line(fnd_file.log,'Calling Common Transfer API ...');
258:
259: xla_gl_transfer_pkg.xla_gl_transfer(
260: p_application_id => p_application_id,
261: p_user_id => p_user_id,

Line 291: fnd_file.put_line(fnd_file.log,l_err_msg);

287: FND_MESSAGE.set_name('BOM', 'CST_PAC_GL_INVALID_LE');
288: l_err_msg := FND_MESSAGE.Get;
289: l_err_msg := 'CSTGLXFB.cst_gl_transfer : (' || to_char(l_err_num) || '):'|| l_err_code ||' : '||l_err_msg;
290: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
291: fnd_file.put_line(fnd_file.log,l_err_msg);
292: WHEN CST_NO_CT THEN
293: l_err_num := 30002;
294: l_err_code := SQLCODE;
295: FND_MESSAGE.set_name('BOM', 'CST_PAC_GL_INVALID_CT');

Line 299: fnd_file.put_line(fnd_file.log,l_err_msg);

295: FND_MESSAGE.set_name('BOM', 'CST_PAC_GL_INVALID_CT');
296: l_err_msg := FND_MESSAGE.Get;
297: l_err_msg := 'CSTGLXFB.cst_gl_transfer : (' || to_char(l_err_num) || '):'|| l_err_code ||' : '||l_err_msg;
298: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
299: fnd_file.put_line(fnd_file.log,l_err_msg);
300: WHEN CST_NO_CG THEN
301: l_err_num := 30003;
302: l_err_code := SQLCODE;
303: FND_MESSAGE.set_name('BOM', 'CST_PAC_CG_INVALID');

Line 307: fnd_file.put_line(fnd_file.log,l_err_msg);

303: FND_MESSAGE.set_name('BOM', 'CST_PAC_CG_INVALID');
304: l_err_msg := FND_MESSAGE.Get;
305: l_err_msg := 'CSTGLXFB.cst_gl_transfer : (' || to_char(l_err_num) || '):'|| l_err_code ||' : '||l_err_msg;
306: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
307: fnd_file.put_line(fnd_file.log,l_err_msg);
308: WHEN CST_NO_PER THEN
309: l_err_num := 30004;
310: l_err_code := SQLCODE;
311: FND_MESSAGE.set_name('BOM', 'CST_PAC_GL_INVALID_PER');

Line 315: fnd_file.put_line(fnd_file.log,l_err_msg);

311: FND_MESSAGE.set_name('BOM', 'CST_PAC_GL_INVALID_PER');
312: l_err_msg := FND_MESSAGE.Get;
313: l_err_msg := 'CSTGLXFB.cst_gl_transfer : (' || to_char(l_err_num) || '):'|| l_err_code ||' : '||l_err_msg;
314: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
315: fnd_file.put_line(fnd_file.log,l_err_msg);
316: WHEN OTHERS THEN
317: l_err_num := 30009;
318: l_err_code := SQLCODE;
319: l_err_msg :=to_char(l_err_num)||' : '||l_err_code||':'|| SUBSTR('CSTPGLXF.cst_gl_transfer('

Line 324: fnd_file.put_line(fnd_file.log,l_err_msg);

320: ||to_char(l_stmt_num)
321: ||'):'
322: ||SQLERRM,1,240);
323: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
324: fnd_file.put_line(fnd_file.log,l_err_msg);
325: END CST_GL_TRANSFER;
326: END CSTPGLXF;