DBA Data[Home] [Help]

APPS.OKL_KBK_APPROVALS_WF dependencies on OKL_ACCOUNTING_UTIL

Line 644: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

640: || '';
641:
642: -- Contract Number, Status
643: l_message := l_message || ''
647: || ''
650: || ''
654: || '';
658:
659: -- Description, Product
660: l_message := l_message || ''
664: || ''
667: || ''
671: || '';
680:
681: -- Currency
682: l_message := l_message || ''
686: || '';
692:
693: -- "Properties" Sub Head
694: l_message := l_message || ''
698: || '';

Line 709: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

705: -- Book Classification
706: l_message := l_message || '
707:


708:
712:
713:
731:
735:
736:
745:
749:
750:
759:
763:
764:
773:
777:
778:
787:
791:
792:
801:
805:
806:
815:
819:
820:
847:
851:
852:
874:
878:
879:
887:
893:
900:
904:
905:
914:
918:
919:
928:
932:
933:
941:
945:
946: '
980: || '';
1010:
1011: -- Description

Line 1013: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1009: || '';
1010:
1011: -- Description
1012: l_message := l_message || '

';
1019:
1020: -- Function

Line 1022: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1018: || '';
1019:
1020: -- Function
1021: l_message := l_message || '

';
1028:
1029: -- Mandatory

Line 1031: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1027: || '';
1028:
1029: -- Mandatory
1030: l_message := l_message || '

';
1037:
1038: -- Results

Line 1040: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1036: || '';
1037:
1038: -- Results
1039: l_message := l_message || '

';
1046:
1047:

'
644: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
645: p_attribute_code => 'OKL_KDTLS_CONTRACT_NUMBER')
646: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
648: || l_okl_khr_details_rec.contract_number

Line 651: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

647: || '

'
648: || l_okl_khr_details_rec.contract_number
649: || '
'
651: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
652: p_attribute_code => 'OKL_KDTLS_STATUS')
653: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
655: || l_okl_khr_details_rec.meaning

Line 661: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

657: || '

'
661: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
662: p_attribute_code => 'OKL_KDTLS_CONTRACT_DESCRIPTION')
663: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
665: || l_okl_khr_details_rec.description

Line 668: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

664: || '

'
665: || l_okl_khr_details_rec.description
666: || '
'
668: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
669: p_attribute_code => 'OKL_KDTLS_PRODUCT')
670: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
672: || l_okl_khr_details_rec.product

Line 683: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',

679: l_message := l_message || '

' || G_CHAR_AMPERSAND || 'nbsp;
'
683: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_CONTRACT_DTLS',
684: p_attribute_code => 'OKL_KDTLS_CURRENCY')
685: || '
='
687: || l_okl_khr_details_rec.currency_code

Line 695: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

691: l_message := l_message || '

' || G_CHAR_AMPERSAND || 'nbsp;

'
695: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
696: p_attribute_code => 'OKL_PROPERTIES')
697: || '

'
699: || '
'
709: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
710: p_attribute_code => 'OKL_DEAL_TYPE')
711: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 722: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',

718:
719: -- True Tax
720: IF l_okl_khr_details_rec.deal_type = 'LEASEOP' OR
721: l_okl_khr_details_rec.deal_type = 'LEASEDF' THEN
722: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
723: p_attribute_code => 'OKL_YES');
724: ELSE
725: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
726: p_attribute_code => 'OKL_NO');

Line 725: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',

721: l_okl_khr_details_rec.deal_type = 'LEASEDF' THEN
722: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
723: p_attribute_code => 'OKL_YES');
724: ELSE
725: l_true_tax := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_HEADER_PROMPTS',
726: p_attribute_code => 'OKL_NO');
727: END IF;
728:
729: l_message := l_message || '

Line 732: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

728:
729: l_message := l_message || '
730:

'
732: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
733: p_attribute_code => 'OKL_TRUE_TAX')
734: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 746: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

742: -- Start Date
743: l_message := l_message || '
744:

'
746: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
747: p_attribute_code => 'OKL_START_DATE')
748: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 760: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

756: -- End Date
757: l_message := l_message || '
758:

'
760: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
761: p_attribute_code => 'OKL_END_DATE')
762: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 774: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

770: -- Legal Entity
771: l_message := l_message || '
772:

'
774: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
775: p_attribute_code => 'OKL_LEGAL_ENTITY')
776: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 788: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

784: -- End of Term Option
785: l_message := l_message || '
786:

'
788: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
789: p_attribute_code => 'OKL_EOT_OPTION')
790: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 802: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

798: -- End of Term amount
799: l_message := l_message || '
800:

'
802: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
803: p_attribute_code => 'OKL_EOT_AMOUNT')
804: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 816: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

812: -- Private Label
813: l_message := l_message || '
814:

'
816: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
817: p_attribute_code => 'OKL_PRIVATE_LABEL')
818: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 848: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

844: END IF;
845: l_message := l_message || '
846:

'
848: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
849: p_attribute_code => 'OKL_TOTAL_FIN_AMOUNT')
850: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 875: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

871: END IF;
872: l_message := l_message || '
873:

'
875: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
876: p_attribute_code => 'OKL_TOTAL_RES_AMOUNT')
877: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 889: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

885: -- "Yields" Sub Head
886: l_message := l_message || '


888:

'
889: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
890: p_attribute_code => 'OKL_YIELDS')
891: || '


892:

Line 901: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

897: -- Pre tax irr
898: l_message := l_message || '
899:

'
901: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
902: p_attribute_code => 'OKL_PRE_TAX_IRR')
903: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 915: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

911: -- After tax irr
912: l_message := l_message || '
913:

'
915: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
916: p_attribute_code => 'OKL_AFTER_TAX_IRR')
917: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 929: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

925: -- Implicit Interest Rate
926: l_message := l_message || '
927:

'
929: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
930: p_attribute_code => 'OKL_IMPLICIT_IR')
931: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 942: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',

938: -- After tax yield
939: l_message := l_message || '
940:

'
942: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CONTRACT_BOOK',
943: p_attribute_code => 'OKL_AFTER_TAXT_ROE')
944: || '
' || G_CHAR_AMPERSAND || 'nbsp;'

Line 968: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

964: END IF;
965: END LOOP;
966:
967: IF l_flag = 'Passed' THEN
968: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
969: p_attribute_code => 'OKL_PASSED');
970: ELSIF l_flag = 'Failed' THEN
971: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
972: p_attribute_code => 'OKL_FAILED');

Line 971: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

967: IF l_flag = 'Passed' THEN
968: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
969: p_attribute_code => 'OKL_PASSED');
970: ELSIF l_flag = 'Failed' THEN
971: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
972: p_attribute_code => 'OKL_FAILED');
973: END IF;
974:
975: -- Checklist Validation Result

Line 977: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',

973: END IF;
974:
975: -- Checklist Validation Result
976: l_message := l_message || '

'
977: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
978: p_attribute_code => 'OKL_CHKLIST_VAL_RESULT')
979: || '
='
981: || l_flag

Line 1004: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1000:
1001: -- Headers for the creditline details table.
1002: -- Checklist Item
1003: l_message := l_message || '

'
1007: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1008: p_attribute_code => 'OKL_ITEM')

Line 1007: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1003: l_message := l_message || '

'
1007: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1008: p_attribute_code => 'OKL_ITEM')
1009: || '
'
1016: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1017: p_attribute_code => 'OKL_DESCRIPTION')

Line 1016: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1012: l_message := l_message || '

'
1016: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1017: p_attribute_code => 'OKL_DESCRIPTION')
1018: || '
'
1025: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1026: p_attribute_code => 'OKL_FUNCTION')

Line 1025: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1021: l_message := l_message || '

'
1025: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1026: p_attribute_code => 'OKL_FUNCTION')
1027: || '
'
1034: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1035: p_attribute_code => 'OKL_MANDATORY')

Line 1034: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1030: l_message := l_message || '

'
1034: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1035: p_attribute_code => 'OKL_MANDATORY')
1036: || '
'
1043: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1044: p_attribute_code => 'OKL_RESULTS')

Line 1043: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',

1039: l_message := l_message || '

'
1043: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
1044: p_attribute_code => 'OKL_RESULTS')
1045: || '