DBA Data[Home] [Help]

APPS.OKS_QP_INT_PVT dependencies on OKS_BILL_UTIL_PUB

Line 462: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,

458:
459: IF l_line_rec.lse_id = g_subscription
460: THEN
461: l_billed_date :=
462: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
463: p_level => 'T');
464: ELSE
465: l_billed_date :=
466: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,

Line 466: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,

462: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
463: p_level => 'T');
464: ELSE
465: l_billed_date :=
466: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
467: p_level => 'S');
468: END IF;
469:
470: /** Bug 4194843 **/