DBA Data[Home] [Help]

APPS.OKL_CREDIT_LINE_WF dependencies on OKL_ACCOUNTING_UTIL

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

648: || '';
649:
650: -- Credit Line, Currency
651: l_message := l_message || ''
655: || ''
658: || ''
662: || '';
666:
667: -- Description, Effective From
668: l_message := l_message || ''
672: || ''
675: || ''
679: || '';
683:
684: -- Customer, Effective To
685: l_message := l_message || ''
689: || ''
692: || ''
696: || '';
700:
701: -- Customer Account, Total Credit Limit
702: l_message := l_message || ''
706: || ''
709: || ''
713: || ''
742: || '';
765:
766: -- Description

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

764: || '';
765:
766: -- Description
767: l_message := l_message || '

';
774:
775: -- Function

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

773: || '';
774:
775: -- Function
776: l_message := l_message || '

';
783:
784: -- Mandatory

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

782: || '';
783:
784: -- Mandatory
785: l_message := l_message || '

';
792:
793: -- Results

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

791: || '';
792:
793: -- Results
794: l_message := l_message || '

';
801:
802:

'
652: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
653: p_attribute_code => 'OKL_CREDIT')
654: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
656: || l_okl_crtline_rec.contract_number

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

655: || '

'
656: || l_okl_crtline_rec.contract_number
657: || '
'
659: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
660: p_attribute_code => 'OKL_CURRENCY')
661: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
663: || l_okl_crtline_rec.currency_code

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

665: || '

'
669: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
670: p_attribute_code => 'OKL_DESCRIPTION')
671: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
673: || l_okl_crtline_rec.description

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

672: || '

'
673: || l_okl_crtline_rec.description
674: || '
'
676: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
677: p_attribute_code => 'OKL_EFFECTIVE_FROM')
678: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
680: || to_date(l_okl_crtline_rec.start_date,'dd-mm-yyyy')

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

682: || '

'
686: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
687: p_attribute_code => 'OKL_CUSTOMER')
688: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
690: || l_okl_crtline_rec.customer_name

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

689: || '

'
690: || l_okl_crtline_rec.customer_name
691: || '
'
693: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
694: p_attribute_code => 'OKL_EFFECTIVE_TO')
695: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
697: || to_date(l_okl_crtline_rec.end_date,'dd-mm-yyyy')

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

699: || '

'
703: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
704: p_attribute_code => 'OKL_KDTLS_CUSTOMER_ACCOUNT_N')
705: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
707: || l_okl_crtline_rec.cust_acct_number

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

706: || '

'
707: || l_okl_crtline_rec.cust_acct_number
708: || '
'
710: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
711: p_attribute_code => 'OKL_TOTAL_CREDIT_LIMIT')
712: || '
' || G_CHAR_AMPERSAND || 'nbsp;'
714: || TO_CHAR(l_okl_crtline_rec.total_limit,'999,999,999,999,999,999.00')

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

726: END IF;
727: END LOOP;
728:
729: IF l_flag = 'Passed' THEN
730: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
731: p_attribute_code => 'OKL_PASSED');
732: ELSIF l_flag = 'Failed' THEN
733: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
734: p_attribute_code => 'OKL_FAILED');

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

729: IF l_flag = 'Passed' THEN
730: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
731: p_attribute_code => 'OKL_PASSED');
732: ELSIF l_flag = 'Failed' THEN
733: l_flag := Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
734: p_attribute_code => 'OKL_FAILED');
735: END IF;
736:
737: -- Checklist Validation Result

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

735: END IF;
736:
737: -- Checklist Validation Result
738: l_message := l_message || '

'
739: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CREDIT',
740: p_attribute_code => 'OKL_CHKLIST_VAL_RESULT')
741: || '
='
743: || l_flag

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

755:
756: -- Headers for the creditline details table.
757: -- Checklist Item
758: l_message := l_message || '

'
762: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
763: p_attribute_code => 'OKL_ITEM')

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

758: l_message := l_message || '

'
762: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
763: p_attribute_code => 'OKL_ITEM')
764: || '
'
771: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
772: p_attribute_code => 'OKL_DESCRIPTION')

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

767: l_message := l_message || '

'
771: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
772: p_attribute_code => 'OKL_DESCRIPTION')
773: || '
'
780: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
781: p_attribute_code => 'OKL_FUNCTION')

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

776: l_message := l_message || '

'
780: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
781: p_attribute_code => 'OKL_FUNCTION')
782: || '
'
789: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
790: p_attribute_code => 'OKL_MANDATORY')

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

785: l_message := l_message || '

'
789: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
790: p_attribute_code => 'OKL_MANDATORY')
791: || '
'
798: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
799: p_attribute_code => 'OKL_RESULTS')

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

794: l_message := l_message || '

'
798: || Okl_Accounting_Util.Get_Message_Token(p_region_code => 'OKL_LA_CHECKLIST',
799: p_attribute_code => 'OKL_RESULTS')
800: || '