DBA Data[Home] [Help]

APPS.OKS_BILL_REC_PUB dependencies on OKS_BILL_SCH

Line 3618: OKS_BILL_SCH.Create_Subcription_bs

3614: p_intent => NULL,
3615: x_quantity => l_quantity );
3616: END IF;
3617:
3618: OKS_BILL_SCH.Create_Subcription_bs
3619: ( p_top_line_id => p_line_id,
3620: p_full_credit => p_full_credit,
3621: x_return_status => l_return_status,
3622: x_msg_count => l_msg_count,

Line 3636: OKS_BILL_SCH.Create_Subcription_bs

3632: p_cle_id => p_line_id,
3633: p_intent => NULL,
3634: x_quantity => l_quantity );
3635: END IF;
3636: OKS_BILL_SCH.Create_Subcription_bs
3637: ( p_top_line_id => p_line_id,
3638: p_full_credit => p_full_credit,
3639: x_return_status => l_return_status,
3640: x_msg_count => l_msg_count,

Line 5540: OKS_BILL_SCH.Terminate_bill_sch(

5536: l_sub_line_id := NULL;
5537: End If;
5538:
5539:
5540: OKS_BILL_SCH.Terminate_bill_sch(
5541: P_TOP_LINE_ID => p_k_line_id,
5542: P_SUB_LINE_ID => l_sub_line_id,
5543: P_TERM_DT => p_termination_date,
5544: X_RETURN_STATUS => l_return_status,

Line 8854: OKS_BILL_SCH.terminate_bill_sch(

8850:
8851:
8852:
8853:
8854: OKS_BILL_SCH.terminate_bill_sch(
8855: P_TOP_LINE_ID => p_top_line_id,
8856: P_SUB_LINE_ID => p_cp_line_id,
8857: P_TERM_DT => l_termination_date,
8858: X_RETURN_STATUS => l_return_status,

Line 10047: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10043: IF cur.lse_id in (7,9,25) THEN
10044: --commenting this for bug#5306921
10045: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10046: /* IF cur.toplvl_uom_code <> nvl(cur.price_uom,l_uom) THEN
10047: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10048: p_price_uom =>nvl(cur.price_uom,l_uom),
10049: p_pl_uom =>cur.toplvl_uom_code ,
10050: p_period_start =>p_period_start,
10051: p_period_type =>p_period_type,

Line 10449: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10445: IF covlvl_rec.lse_id in (7,9,25) THEN
10446: --commenting this for bug#5306921
10447: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10448: /*IF covlvl_rec.toplvl_uom_code <> nvl(covlvl_rec.price_uom,l_uom) THEN
10449: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10450: p_price_uom =>nvl(covlvl_rec.price_uom,l_uom),
10451: p_pl_uom =>covlvl_rec.toplvl_uom_code ,
10452: p_period_start =>p_period_start,
10453: p_period_type =>p_period_type,

Line 10615: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10611: IF cur.lse_id in (7,9,25) THEN
10612: --commenting this for bug#5306921
10613: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10614: /*IF cur.toplvl_uom_code <> nvl(cur.price_uom,l_uom) THEN
10615: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10616: p_price_uom =>nvl(cur.price_uom,l_uom),
10617: p_pl_uom =>cur.toplvl_uom_code ,
10618: p_period_start =>p_period_start,
10619: p_period_type =>p_period_type,