DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OKS_BILL_SCH

Line 2597: OKS_BILL_SCH.Get_Billed_Amount(

2593: IF NVL(l_line_rec.service_start_date,FND_API.G_MISS_DATE)<>FND_API.G_MISS_DATE
2594: AND NVL(l_line_rec.service_end_date,FND_API.G_MISS_DATE)<>FND_API.G_MISS_DATE THEN
2595: --16621149 end
2596: -- Call OKS API to get First Period Bill Amount
2597: OKS_BILL_SCH.Get_Billed_Amount(
2598: p_start_date => l_line_rec.service_start_date
2599: ,p_end_date => l_line_rec.service_end_date
2600: ,p_total_amount => (l_line_rec.unit_selling_price*l_line_rec.ordered_quantity)
2601: ,p_item_type => l_item_type

Line 2680: OKS_BILL_SCH.Get_Billed_Amount(

2676: oe_debug_pub.ADD( ' Bill Profile= '||l_line_rec.service_bill_profile_id
2677: ||' Subs Template= '||l_sub_template);
2678: END IF;
2679: -- Call OKS API to get First Period Bill Amount
2680: OKS_BILL_SCH.Get_Billed_Amount(
2681: p_start_date => l_line_rec.service_start_date
2682: ,p_end_date => l_line_rec.service_end_date
2683: ,p_total_amount => (l_line_rec.unit_selling_price*l_line_rec.ordered_quantity)
2684: ,p_item_type => l_item_type