DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on QP_LDETS_V

Line 910: -- Access the QP qp_ldets_v view to retrieve the freight charge info.

906: FND_MSG_PUB.ADD;
907: RAISE FND_API.G_EXC_ERROR;
908: END IF;
909:
910: -- Access the QP qp_ldets_v view to retrieve the freight charge info.
911: FOR k IN 1..l_line_index-1 LOOP
912: l_debug_info := 'Access the QP qp_ldets_v view to retrieve the freight charge info.';
913: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
914: p_procedure_name => l_proc_name,

Line 912: l_debug_info := 'Access the QP qp_ldets_v view to retrieve the freight charge info.';

908: END IF;
909:
910: -- Access the QP qp_ldets_v view to retrieve the freight charge info.
911: FOR k IN 1..l_line_index-1 LOOP
912: l_debug_info := 'Access the QP qp_ldets_v view to retrieve the freight charge info.';
913: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
914: p_procedure_name => l_proc_name,
915: p_debug_info => l_debug_info);
916:

Line 924: FROM qp_ldets_v

920: pricing_status_text,
921: modifier_level_code,
922: override_flag
923: BULK COLLECT INTO l_freight_charge_rec_tbl
924: FROM qp_ldets_v
925: WHERE line_index = k
926: AND list_line_type_code = 'FREIGHT_CHARGE'
927: AND applied_flag = 'Y';
928: