DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on PO_CHARGES_GRP

Line 63: ( p_charge_table IN OUT NOCOPY PO_CHARGES_GRP.charge_table_type

59: -- Version : Initial version 1.0
60: -- Notes : Note text
61: --
62: Procedure Allocate_Charges
63: ( p_charge_table IN OUT NOCOPY PO_CHARGES_GRP.charge_table_type
64: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type
65: , p_charge_interface_table IN OUT NOCOPY charge_interface_table_type
66: );
67: END RCV_CHARGES_GRP;

Line 64: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type

60: -- Notes : Note text
61: --
62: Procedure Allocate_Charges
63: ( p_charge_table IN OUT NOCOPY PO_CHARGES_GRP.charge_table_type
64: , p_charge_allocation_table IN OUT NOCOPY PO_CHARGES_GRP.charge_allocation_table_type
65: , p_charge_interface_table IN OUT NOCOPY charge_interface_table_type
66: );
67: END RCV_CHARGES_GRP;