DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on PO_RCV_CHARGE_ALLOCATIONS_S

Line 392: SELECT po_rcv_charge_allocations_s.NEXTVAL

388: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type
389: ) IS
390: l_charge_allocation po_rcv_charge_allocations%ROWTYPE;
391: BEGIN
392: SELECT po_rcv_charge_allocations_s.NEXTVAL
393: INTO l_charge_allocation.charge_allocation_id
394: FROM dual;
395:
396: l_charge_allocation.creation_date := SYSDATE;