DBA Data[Home] [Help]

APPS.OKS_QP_INT_PVT dependencies on OKS_BILL_UTIL_PUB

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

480:
481: IF l_line_rec.lse_id = g_subscription
482: THEN
483: l_billed_date :=
484: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
485: p_level => 'T');
486: ELSE
487: l_billed_date :=
488: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,

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

484: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
485: p_level => 'T');
486: ELSE
487: l_billed_date :=
488: oks_bill_util_pub.get_billed_upto (p_id => p_line_id,
489: p_level => 'S');
490: END IF;
491:
492: /** Bug 4194843 **/