DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on INL_CHARGESHOOK_PVT

Line 1345: l_debug_info := 'Call INL_CHARGESHOOK_PVT.Get_Charges(...)';

1341: FND_MSG_PUB.ADD;
1342: RAISE FND_API.G_EXC_ERROR;
1343: END;
1344:
1345: l_debug_info := 'Call INL_CHARGESHOOK_PVT.Get_Charges(...)';
1346: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1347: p_procedure_name => l_api_name,
1348: p_debug_info => l_debug_info);
1349:

Line 1350: INL_CHARGESHOOK_PVT.Get_Charges(p_ship_ln_group_rec => l_ship_ln_group_rec,

1346: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1347: p_procedure_name => l_api_name,
1348: p_debug_info => l_debug_info);
1349:
1350: INL_CHARGESHOOK_PVT.Get_Charges(p_ship_ln_group_rec => l_ship_ln_group_rec,
1351: p_ship_ln_tbl => l_ship_ln_tbl,
1352: x_charge_ln_tbl => l_charge_ln_tbl,
1353: x_override_default_processing => l_override_default_processing,
1354: x_return_status => l_return_status);