DBA Data[Home] [Help]

APPS.OKE_BILLING_EVENT_PUB dependencies on OKE_K_BILLING_EVENTS_S

Line 1569: Select oke_k_billing_events_s.nextval into l_event_id from dual;

1565: l_k_billing_event_rec.bill_unit_price:= l_bill_unit_price;
1566: l_k_billing_event_rec.REVENUE_AMOUNT:= l_REVENUE_AMOUNT;
1567: l_k_billing_event_rec.BILL_EXCHANGE_RATE:= l_exchange_rate;
1568:
1569: Select oke_k_billing_events_s.nextval into l_event_id from dual;
1570: l_k_billing_event_rec.BILLING_EVENT_ID:= l_event_id;
1571: OKE_DELIVERABLE_BILLING_PVT.Insert_Billing_Info
1572: ( P_Deliverable_Id => l_k_billing_event_rec.DELIVERABLE_ID
1573: , P_Billing_Event_Id => l_k_billing_event_rec.BILLING_EVENT_ID