DBA Data[Home] [Help]

APPS.OKS_BILL_REC_PUB dependencies on OKS_BILL_SCH

Line 3644: OKS_BILL_SCH.Create_Subcription_bs

3640: p_intent => NULL,
3641: x_quantity => l_quantity );
3642: END IF;
3643:
3644: OKS_BILL_SCH.Create_Subcription_bs
3645: ( p_top_line_id => p_line_id,
3646: p_full_credit => p_full_credit,
3647: x_return_status => l_return_status,
3648: x_msg_count => l_msg_count,

Line 3662: OKS_BILL_SCH.Create_Subcription_bs

3658: p_cle_id => p_line_id,
3659: p_intent => NULL,
3660: x_quantity => l_quantity );
3661: END IF;
3662: OKS_BILL_SCH.Create_Subcription_bs
3663: ( p_top_line_id => p_line_id,
3664: p_full_credit => p_full_credit,
3665: x_return_status => l_return_status,
3666: x_msg_count => l_msg_count,

Line 5566: OKS_BILL_SCH.Terminate_bill_sch(

5562: l_sub_line_id := NULL;
5563: End If;
5564:
5565:
5566: OKS_BILL_SCH.Terminate_bill_sch(
5567: P_TOP_LINE_ID => p_k_line_id,
5568: P_SUB_LINE_ID => l_sub_line_id,
5569: P_TERM_DT => p_termination_date,
5570: X_RETURN_STATUS => l_return_status,

Line 8896: OKS_BILL_SCH.terminate_bill_sch(

8892:
8893:
8894:
8895:
8896: OKS_BILL_SCH.terminate_bill_sch(
8897: P_TOP_LINE_ID => p_top_line_id,
8898: P_SUB_LINE_ID => p_cp_line_id,
8899: P_TERM_DT => l_termination_date,
8900: X_RETURN_STATUS => l_return_status,

Line 10139: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10135: IF cur.lse_id in (7,9,25) THEN
10136: --commenting this for bug#5306921
10137: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10138: /* IF cur.toplvl_uom_code <> nvl(cur.price_uom,l_uom) THEN
10139: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10140: p_price_uom =>nvl(cur.price_uom,l_uom),
10141: p_pl_uom =>cur.toplvl_uom_code ,
10142: p_period_start =>p_period_start,
10143: p_period_type =>p_period_type,

Line 10567: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10563: IF covlvl_rec.lse_id in (7,9,25) THEN
10564: --commenting this for bug#5306921
10565: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10566: /*IF covlvl_rec.toplvl_uom_code <> nvl(covlvl_rec.price_uom,l_uom) THEN
10567: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10568: p_price_uom =>nvl(covlvl_rec.price_uom,l_uom),
10569: p_pl_uom =>covlvl_rec.toplvl_uom_code ,
10570: p_period_start =>p_period_start,
10571: p_period_type =>p_period_type,

Line 10740: l_unit_price := OKS_BILL_SCH.Get_Converted_price(

10736: IF cur.lse_id in (7,9,25) THEN
10737: --commenting this for bug#5306921
10738: --The conversion from pricelist uom to price uom is not required as per bug#4686993
10739: /*IF cur.toplvl_uom_code <> nvl(cur.price_uom,l_uom) THEN
10740: l_unit_price := OKS_BILL_SCH.Get_Converted_price(
10741: p_price_uom =>nvl(cur.price_uom,l_uom),
10742: p_pl_uom =>cur.toplvl_uom_code ,
10743: p_period_start =>p_period_start,
10744: p_period_type =>p_period_type,