DBA Data[Home] [Help]

APPS.PO_CHARGES_GRP dependencies on PON_CF_TYPE_GRP

Line 10: g_fte_cost_factor_details pon_price_element_types_vl%ROWTYPE:= pon_cf_type_grp.get_cost_factor_details('ORACLE_FTE_COST');

6: G_LOG_MODULE CONSTANT VARCHAR2(40) := 'po.plsql.' || G_PKG_NAME;
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

Line 324: pon_cf_type_grp.get_cost_factor_details(TO_NUMBER(l_freight_charge_tbl(n).charge_type_code));

320: asn_debug.put_line('Getting cost factor detail for cost_factor_id '
321: ||l_freight_charge_tbl(n).charge_type_code);
322: END IF;
323: l_cost_factor_details :=
324: pon_cf_type_grp.get_cost_factor_details(TO_NUMBER(l_freight_charge_tbl(n).charge_type_code));
325:
326: SELECT po_rcv_charges_s.NEXTVAL
327: INTO l_charge_table(k).charge_id
328: FROM dual;

Line 1022: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_code );

1018: asn_debug.put_line('costfactor id '||l_ap_charge_distribution.cost_factor_id);
1019: END IF;
1020:
1021: If (l_ap_charge_distribution.cost_factor_id = 0 ) then
1022: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_code );
1023: else
1024: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_id );
1025: end if;
1026:

Line 1024: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_id );

1020:
1021: If (l_ap_charge_distribution.cost_factor_id = 0 ) then
1022: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_code );
1023: else
1024: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details( l_ap_charge_distribution.cost_factor_id );
1025: end if;
1026:
1027: IF (g_asn_debug = 'Y') THEN
1028: asn_debug.put_line('price_element_type_id id '||l_cost_factor_details.price_element_type_id);