DBA Data[Home] [Help]

APPS.PO_CHARGES_GRP dependencies on RCV_CHARGES_GRP

Line 11: g_dummy_rci_tbl RCV_CHARGES_GRP.charge_interface_table_type;

7: G_CONC_LOG VARCHAR2(32767);
8:
9: g_asn_debug VARCHAR2(1) := asn_debug.is_debug_on; -- Bug 9152790: rcv debug enhancement
10: g_fte_cost_factor_details pon_price_element_types_vl%ROWTYPE:= pon_cf_type_grp.get_cost_factor_details('ORACLE_FTE_COST');
11: g_dummy_rci_tbl RCV_CHARGES_GRP.charge_interface_table_type;
12: g_charge_numbers NUMBER;
13:
14: -- Private support procedures
15:

Line 411: RCV_CHARGES_GRP.Allocate_charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);

407: END IF;
408:
409: -- Allocate all the QP charges
410: -- QP charges can be header level or line level
411: RCV_CHARGES_GRP.Allocate_charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);
412:
413: -- bulk insert po_rcv_charges from the charge table
414: FORALL i IN INDICES OF l_charge_table
415: INSERT INTO po_rcv_charges

Line 656: RCV_CHARGES_GRP.Allocate_Charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);

652: END IF;
653:
654: -- Allocate all the FTE charges
655: -- FTE charges are always line level charges
656: RCV_CHARGES_GRP.Allocate_Charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);
657:
658: -- bulk insert po_rcv_charges from the charge table
659: FORALL i IN INDICES OF l_charge_table
660: INSERT INTO po_rcv_charges

Line 827: RCV_CHARGES_GRP.Allocate_charges(l_fte_actual_charges, l_fte_actual_charge_allocs, g_dummy_rci_tbl);

823: asn_debug.put_line('cost_analysis_code: ' || l_fte_actual_charges(1).cost_analysis_code );
824: asn_debug.put_line('include_in_acquisition_cost: ' || l_fte_actual_charges(1).include_in_acquisition_cost );--Bug#6821589
825: END IF;
826:
827: RCV_CHARGES_GRP.Allocate_charges(l_fte_actual_charges, l_fte_actual_charge_allocs, g_dummy_rci_tbl);
828:
829: -- Using charge table insetead of po_rcv_charge rowtype because GSCC doesn't
830: -- like insert without column list unless for bulk insert
831: FORALL i in 1..l_fte_actual_charges.COUNT