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) := NVL(fnd_profile.VALUE('RCV_DEBUG_MODE'), 'N');
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 381: RCV_CHARGES_GRP.Allocate_charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);

377: END IF;
378:
379: -- Allocate all the QP charges
380: -- QP charges can be header level or line level
381: RCV_CHARGES_GRP.Allocate_charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);
382:
383: -- bulk insert po_rcv_charges from the charge table
384: FORALL i IN INDICES OF l_charge_table
385: INSERT INTO po_rcv_charges

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

622: END IF;
623:
624: -- Allocate all the FTE charges
625: -- FTE charges are always line level charges
626: RCV_CHARGES_GRP.Allocate_Charges(l_charge_table, l_charge_alloc_table, g_dummy_rci_tbl);
627:
628: -- bulk insert po_rcv_charges from the charge table
629: FORALL i IN INDICES OF l_charge_table
630: INSERT INTO po_rcv_charges

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

793: asn_debug.put_line('cost_analysis_code: ' || l_fte_actual_charges(1).cost_analysis_code );
794: asn_debug.put_line('include_in_acquisition_cost: ' || l_fte_actual_charges(1).include_in_acquisition_cost );--Bug#6821589
795: END IF;
796:
797: RCV_CHARGES_GRP.Allocate_charges(l_fte_actual_charges, l_fte_actual_charge_allocs, g_dummy_rci_tbl);
798:
799: -- Using charge table insetead of po_rcv_charge rowtype because GSCC doesn't
800: -- like insert without column list unless for bulk insert
801: FORALL i in 1..l_fte_actual_charges.COUNT