DBA Data[Home] [Help]

APPS.OKS_REPRICE_PVT dependencies on OKS_SUBSCRIPTION_PUB

Line 510: oks_subscription_pub.get_subs_qty

506: ELSIF p_lse_id =46 THEN
507: Open get_orig_system_id1;
508: Fetch get_orig_system_id1 into l_orig_system_id;
509: Close get_orig_system_id1;
510: oks_subscription_pub.get_subs_qty
511: (p_cle_id => l_orig_system_id,
512: x_return_status => l_return_status,
513: x_quantity => l_quantity,
514: x_uom_code => l_period

Line 517: oks_subscription_pub.get_subs_qty

513: x_quantity => l_quantity,
514: x_uom_code => l_period
515: );
516: l_unit_price := p_amount / l_quantity;
517: oks_subscription_pub.get_subs_qty
518: (p_cle_id => p_id,
519: x_return_status => l_return_status,
520: x_quantity => l_quantity,
521: x_uom_code => l_period

Line 2416: l_tangible := OKS_SUBSCRIPTION_PUB.is_subs_tangible (l_line_rec.id);

2412: IF l_line_rec.lse_id = 12 THEN
2413: l_period_start := 'SERVICE';
2414: END IF;
2415: IF l_line_rec.lse_id = 46 THEN
2416: l_tangible := OKS_SUBSCRIPTION_PUB.is_subs_tangible (l_line_rec.id);
2417: IF l_tangible THEN
2418: l_period_start := NULL;
2419: l_period_type := NULL;
2420: ELSE

Line 3238: l_tangible := OKS_SUBSCRIPTION_PUB.is_subs_tangible (l_line_rec.id);

3234: IF l_line_rec.lse_id = 12 THEN
3235: l_period_start := 'SERVICE';
3236: END IF;
3237: IF l_line_rec.lse_id = 46 THEN
3238: l_tangible := OKS_SUBSCRIPTION_PUB.is_subs_tangible (l_line_rec.id);
3239: IF l_tangible THEN
3240:
3241: l_period_start := NULL;
3242: l_period_type := NULL;