DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on GMF_UTIL

Line 399: gmf_util.log('Starting GMF SLA Pre-Processor program:');

395: -- End of -- Populate Global variables
396: --
397:
398:
399: gmf_util.log('Starting GMF SLA Pre-Processor program:');
400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);

Line 400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);

396: --
397:
398:
399: gmf_util.log('Starting GMF SLA Pre-Processor program:');
400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);

Line 401: gmf_util.log(' Ledger =>' || g_ledger_name);

397:
398:
399: gmf_util.log('Starting GMF SLA Pre-Processor program:');
400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:

Line 402: gmf_util.log(' Cost Type =>' || g_cost_type_code);

398:
399: gmf_util.log('Starting GMF SLA Pre-Processor program:');
400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);

Line 403: gmf_util.log(' Cost Method =>' || g_cost_method);

399: gmf_util.log('Starting GMF SLA Pre-Processor program:');
400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);

Line 404: gmf_util.log(' Process Category =>' || g_process_category);

400: gmf_util.log(' Legal Entity =>' || g_legal_entity_name);
401: gmf_util.log(' Ledger =>' || g_ledger_name);
402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);
408: gmf_util.log(' test_posting =>' || p_test_posting);

Line 406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);

402: gmf_util.log(' Cost Type =>' || g_cost_type_code);
403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);
408: gmf_util.log(' test_posting =>' || p_test_posting);
409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);

Line 407: gmf_util.log(' gl_period =>' || p_gl_period);

403: gmf_util.log(' Cost Method =>' || g_cost_method);
404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);
408: gmf_util.log(' test_posting =>' || p_test_posting);
409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);
411:

Line 408: gmf_util.log(' test_posting =>' || p_test_posting);

404: gmf_util.log(' Process Category =>' || g_process_category);
405:
406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);
408: gmf_util.log(' test_posting =>' || p_test_posting);
409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);
411:
412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);

Line 410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);

406: gmf_util.log(' gl_fiscal_year =>' || p_gl_fiscal_year);
407: gmf_util.log(' gl_period =>' || p_gl_period);
408: gmf_util.log(' test_posting =>' || p_test_posting);
409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);
411:
412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);
413: gmf_util.log(' posting_end_date =>' || p_posting_end_date);
414:

Line 412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);

408: gmf_util.log(' test_posting =>' || p_test_posting);
409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);
411:
412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);
413: gmf_util.log(' posting_end_date =>' || p_posting_end_date);
414:
415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);
416:

Line 413: gmf_util.log(' posting_end_date =>' || p_posting_end_date);

409:
410: gmf_util.log(' open_gl_date =>' || p_open_gl_date);
411:
412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);
413: gmf_util.log(' posting_end_date =>' || p_posting_end_date);
414:
415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);
416:
417: /* Start INVCONV umoogala

Line 415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);

411:
412: gmf_util.log(' posting_start_date =>' || p_posting_start_date);
413: gmf_util.log(' posting_end_date =>' || p_posting_end_date);
414:
415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);
416:
417: /* Start INVCONV umoogala
418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);

Line 418: gmf_util.log(' post CM =>' || p_post_cm);

414:
415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);
416:
417: /* Start INVCONV umoogala
418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);

Line 419: gmf_util.log(' post IC =>' || p_post_ic);

415: gmf_util.log(' post_if_no_cost =>' || p_post_if_no_cost);
416:
417: /* Start INVCONV umoogala
418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);

Line 420: gmf_util.log(' post OM =>' || p_post_om);

416:
417: /* Start INVCONV umoogala
418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);
424: gmf_util.log(' post PUR =>' || p_post_pur);

Line 421: gmf_util.log(' post OP =>' || p_post_op);

417: /* Start INVCONV umoogala
418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);
424: gmf_util.log(' post PUR =>' || p_post_pur);
425: */

Line 422: gmf_util.log(' post PM =>' || p_post_pm);

418: gmf_util.log(' post CM =>' || p_post_cm);
419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);
424: gmf_util.log(' post PUR =>' || p_post_pur);
425: */
426:

Line 423: gmf_util.log(' post PO =>' || p_post_po);

419: gmf_util.log(' post IC =>' || p_post_ic);
420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);
424: gmf_util.log(' post PUR =>' || p_post_pur);
425: */
426:
427: /* Validate input params */

Line 424: gmf_util.log(' post PUR =>' || p_post_pur);

420: gmf_util.log(' post OM =>' || p_post_om);
421: gmf_util.log(' post OP =>' || p_post_op);
422: gmf_util.log(' post PM =>' || p_post_pm);
423: gmf_util.log(' post PO =>' || p_post_po);
424: gmf_util.log(' post PUR =>' || p_post_pur);
425: */
426:
427: /* Validate input params */
428: g_log_msg := l_procedure_name || ': calling validate_parameters procedure';

Line 564: gmf_util.log(l_msg_text);

560:
561: fnd_message.set_name('GMF','GL_NOTE_REF_NO');
562: fnd_message.set_token('S1', l_subledger_ref_no);
563: l_msg_text := fnd_message.get;
564: gmf_util.log(l_msg_text);
565:
566: g_log_msg := l_procedure_name || ': concurrent request submitted. Reference#: ' || l_subledger_ref_no;
567: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL )
568: THEN