DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on QP_LDETS_V

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

1268: FND_MSG_PUB.ADD;
1269: RAISE L_FND_EXC_ERROR;
1270: END IF;
1271:
1272: -- Access the QP qp_ldets_v view to retrieve the freight charge info.
1273: FOR k IN 1..l_line_index-1 LOOP
1274: l_debug_info := 'Access the QP qp_ldets_v view to retrieve the freight charge info.';
1275: INL_LOGGING_PVT.Log_Statement (
1276: p_module_name => g_module_name,

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

1270: END IF;
1271:
1272: -- Access the QP qp_ldets_v view to retrieve the freight charge info.
1273: FOR k IN 1..l_line_index-1 LOOP
1274: l_debug_info := 'Access the QP qp_ldets_v view to retrieve the freight charge info.';
1275: INL_LOGGING_PVT.Log_Statement (
1276: p_module_name => g_module_name,
1277: p_procedure_name => l_proc_name,
1278: p_debug_info => l_debug_info

Line 1288: FROM qp_ldets_v

1284: modifier_level_code,
1285: override_flag,
1286: operand_calculation_code --Bug#8928845
1287: BULK COLLECT INTO l_freight_charge_rec_tbl
1288: FROM qp_ldets_v
1289: WHERE line_index = k
1290: AND list_line_type_code = 'FREIGHT_CHARGE'
1291: AND applied_flag = 'Y';
1292: