OM Extension for populating Payment terms
Summary: I am trying to populate the payment terms from the Customer profile into sales order. I am using PVO oracle.apps.financials.receivables.publicView.analytics.CustomerProfilePVO. I need to pick the payment term from the latest effective profile class. I need to check EffectiveStartdate and EffectiveEndDate. How do I check this? I should pick record where Current date is between EffectiveStartdate and EffectiveEndDate
Content (required): I am trying to populate the payment terms from the Customer profile into sales order. I am using PVO oracle.apps.financials.receivables.publicView.analytics.CustomerProfilePVO. I need to pick the payment term from the latest effective profile class. I need to check EffectiveStartdate and EffectiveEndDate. How do I check this? I should pick record where Current date is between EffectiveStartdate and EffectiveEndDate