DBA Data[Home] [Help]

APPS.RCV_CHARGES_GRP dependencies on PON_CF_TYPE_GRP

Line 57: pon_cf_type_grp.get_cost_factor_details(p_charge_record.cost_factor_code).price_element_type_id;

53: IF p_charge_record.cost_factor_id IS NULL
54: AND p_charge_record.cost_factor_code IS NOT NULL
55: THEN
56: p_charge_record.cost_factor_id :=
57: pon_cf_type_grp.get_cost_factor_details(p_charge_record.cost_factor_code).price_element_type_id;
58: END IF;
59: END Derive_Cost_Factor;
60:
61: Procedure default_vendor_info

Line 129: IF pon_cf_type_grp.get_cost_factor_details(p_charge_record.cost_factor_id)

125: IF p_charge_record.processing_status_code NOT IN ('S','W') THEN
126: RETURN;
127: END IF;
128:
129: IF pon_cf_type_grp.get_cost_factor_details(p_charge_record.cost_factor_id)
130: .price_element_type_id IS NULL
131: THEN
132: asn_debug.put_line('Invalid cost factor id: ' || p_charge_record.cost_factor_id);
133: rcv_error_pkg.set_error_message('RCV_INVALID_ROI_VALUE');

Line 376: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details(p_charge_interface.cost_factor_id);

372: l_charge.currency_conversion_type := p_charge_interface.currency_conversion_type;
373: l_charge.currency_conversion_rate := p_charge_interface.currency_conversion_rate;
374: l_charge.currency_conversion_date := p_charge_interface.currency_conversion_date;
375:
376: l_cost_factor_details := pon_cf_type_grp.get_cost_factor_details(p_charge_interface.cost_factor_id);
377: l_charge.allocation_method := l_cost_factor_details.allocation_basis;
378: l_charge.cost_component_class_id := l_cost_factor_details.cost_component_class_id;
379: l_charge.cost_analysis_code := l_cost_factor_details.cost_analysis_code;
380: l_charge.include_in_acquisition_cost := l_cost_factor_details.cost_acquisition_code;