DBA Data[Home] [Help]

APPS.OKL_AM_BTCH_EXP_LEASE_LOAN_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 412: okl_accounting_util.get_set_of_books_name

408: l_org_name := org_rec.NAME;
409: END LOOP;
410:
411: l_set_of_books_name :=
412: okl_accounting_util.get_set_of_books_name
413: (okl_accounting_util.get_set_of_books_id);
414: -- Get all the tokens
415: l_orcl_logo :=
416: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 413: (okl_accounting_util.get_set_of_books_id);

409: END LOOP;
410:
411: l_set_of_books_name :=
412: okl_accounting_util.get_set_of_books_name
413: (okl_accounting_util.get_set_of_books_id);
414: -- Get all the tokens
415: l_orcl_logo :=
416: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
417: 'OKL_ACCT_LEASE_MANAGEMENT'

Line 416: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

412: okl_accounting_util.get_set_of_books_name
413: (okl_accounting_util.get_set_of_books_id);
414: -- Get all the tokens
415: l_orcl_logo :=
416: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
417: 'OKL_ACCT_LEASE_MANAGEMENT'
418: );
419: l_term_heading :=
420: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 420: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

416: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
417: 'OKL_ACCT_LEASE_MANAGEMENT'
418: );
419: l_term_heading :=
420: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
421: 'OKL_AM_TERM_EXP_K'
422: );
423: -- 'Terminate Expired Contracts';
424: l_set_of_books :=

Line 425: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

421: 'OKL_AM_TERM_EXP_K'
422: );
423: -- 'Terminate Expired Contracts';
424: l_set_of_books :=
425: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
426: 'OKL_SET_OF_BOOKS'
427: );
428: l_run_date :=
429: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 429: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

425: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
426: 'OKL_SET_OF_BOOKS'
427: );
428: l_run_date :=
429: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
430: 'OKL_RUN_DATE'
431: );
432: l_oper_unit :=
433: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 433: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

429: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
430: 'OKL_RUN_DATE'
431: );
432: l_oper_unit :=
433: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
434: 'OKL_OPERUNIT'
435: );
436: l_type :=
437: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 437: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

433: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
434: 'OKL_OPERUNIT'
435: );
436: l_type :=
437: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
438: 'OKL_TYPE'
439: );
440: l_expired_k :=
441: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 441: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

437: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
438: 'OKL_TYPE'
439: );
440: l_expired_k :=
441: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
442: 'OKL_AM_EXP_K'
443: ); -- 'Expired Contracts';
444: l_recy_k :=
445: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 445: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

441: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
442: 'OKL_AM_EXP_K'
443: ); -- 'Expired Contracts';
444: l_recy_k :=
445: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
446: 'OKL_AM_RECY_K'
447: ); -- 'Recycled Contracts';
448: l_k_term_succ :=
449: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 449: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

445: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
446: 'OKL_AM_RECY_K'
447: ); -- 'Recycled Contracts';
448: l_k_term_succ :=
449: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
450: 'OKL_AM_SUCCESS'
451: ); -- 'Successful';
452: l_k_not_term :=
453: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 453: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

449: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
450: 'OKL_AM_SUCCESS'
451: ); -- 'Successful';
452: l_k_not_term :=
453: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
454: 'OKL_AM_ERROR'
455: ); -- 'Errored';
456: l_exp_k_err :=
457: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 457: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

453: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
454: 'OKL_AM_ERROR'
455: ); -- 'Errored';
456: l_exp_k_err :=
457: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
458: 'OKL_AM_EXP_ERROR'
459: );
460: -- 'Expired Contracts With Errors';
461: l_serial :=

Line 462: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

458: 'OKL_AM_EXP_ERROR'
459: );
460: -- 'Expired Contracts With Errors';
461: l_serial :=
462: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
463: 'OKL_SERIAL_NUMBER'
464: );
465: l_k_num :=
466: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 466: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

462: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
463: 'OKL_SERIAL_NUMBER'
464: );
465: l_k_num :=
466: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
467: 'OKL_AM_K_NUMBER'
468: ); -- 'Contract Number';
469: l_start_date :=
470: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 470: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

466: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
467: 'OKL_AM_K_NUMBER'
468: ); -- 'Contract Number';
469: l_start_date :=
470: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
471: 'OKL_START_DATE'
472: );
473: l_end_date :=
474: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 474: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

470: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
471: 'OKL_START_DATE'
472: );
473: l_end_date :=
474: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
475: 'OKL_END_DATE'
476: );
477: l_status :=
478: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 478: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

474: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
475: 'OKL_END_DATE'
476: );
477: l_status :=
478: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
479: 'OKL_STATUS'
480: );
481: l_messages :=
482: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 482: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

478: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
479: 'OKL_STATUS'
480: );
481: l_messages :=
482: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
483: 'OKL_MESSAGES'
484: );
485: l_recy_k_err :=
486: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 486: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

482: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
483: 'OKL_MESSAGES'
484: );
485: l_recy_k_err :=
486: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
487: 'OKL_AM_RECY_ERROR'
488: );
489: -- 'Recycled Contracts With Errors';
490: l_succ_exp_k :=

Line 491: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

487: 'OKL_AM_RECY_ERROR'
488: );
489: -- 'Recycled Contracts With Errors';
490: l_succ_exp_k :=
491: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
492: 'OKL_AM_SUCCESS_EXP'
493: );
494: -- 'Successfully Expired Contracts';
495: l_eop :=

Line 496: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

492: 'OKL_AM_SUCCESS_EXP'
493: );
494: -- 'Successfully Expired Contracts';
495: l_eop :=
496: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
497: 'OKL_END_OF_REPORT'
498: );
499: l_succ_recy_k :=
500: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

Line 500: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',

496: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
497: 'OKL_END_OF_REPORT'
498: );
499: l_succ_recy_k :=
500: okl_accounting_util.get_message_token ('OKL_AM_CONC_OUTPUT',
501: 'OKL_AM_SUCCESS_RECY'
502: );
503: --'Successfully Recycled Contracts';
504: -- Log --