DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER dependencies on OE_PREPAYMENT_UTIL

Line 856: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'

852: -- add the code below to populate party_type if pay now is enabled and
853: -- there exists any defaulting condition template using party_type.
854: -- the check here is to avoid performace overhead, so that party_type
855: -- information is only loaded when needed.
856: IF OE_Prepayment_Util.Get_Installment_Options = 'ENABLE_PAY_NOW'
857: AND g_header_rec.sold_to_org_id IS NOT NULL
858: AND g_header_rec.sold_to_org_id <> FND_API.G_MISS_NUM
859: THEN
860: BEGIN