DBA Data[Home] [Help]

APPS.OKE_BILLING_EVENT_PUB dependencies on OKE_DELIVERABLE_BILLING_PVT

Line 1571: OKE_DELIVERABLE_BILLING_PVT.Insert_Billing_Info

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
1574: , P_Pa_Event_Id => Null -- not populated at this moment
1575: , P_K_Header_Id => l_k_billing_event_rec.K_HEADER_ID

Line 2085: OKE_DELIVERABLE_BILLING_PVT.Update_Billing_Info

2081: l_k_billing_event_rec.BILL_EXCHANGE_RATE:= l_exchange_rate;
2082:
2083:
2084:
2085: OKE_DELIVERABLE_BILLING_PVT.Update_Billing_Info
2086: ( P_Deliverable_ID => l_k_billing_event_rec.DELIVERABLE_ID
2087: , P_Billing_Event_ID => l_k_billing_event_rec.BILLING_EVENT_ID
2088: , P_Bill_Event_Type => l_k_billing_event_rec.BILL_EVENT_TYPE
2089: , P_Bill_Event_Date => l_k_billing_event_rec.BILL_EVENT_DATE

Line 2249: OKE_DELIVERABLE_BILLING_PVT.Delete_Billing_Info (

2245: END IF; -- L_RowID is not null
2246: END IF; -- l_pa_event_id is not null
2247:
2248: -- delete billing info
2249: OKE_DELIVERABLE_BILLING_PVT.Delete_Billing_Info (
2250: P_Billing_Event_ID => p_billing_event_id
2251: );
2252:
2253: -- delete billing info