DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on INL_ALLOCATIONS

Line 8099: -- inl_allocations, inl_tax_lines, inl_charge_lines,

8095:
8096: -- Utility name : Delete_Ship
8097: -- Type : Private
8098: -- Function : Delete a LCM Shipment from inl_ship_holds, inl_associations, inl_matches, inl_match_amount
8099: -- inl_allocations, inl_tax_lines, inl_charge_lines,
8100: -- inl_ship_lines_all, inl_ship_line_groups and inl_ship_headers_all
8101: -- If a Charge/Tax is associated with more than one Shipment, only the associations
8102: -- of the current shipment are going to be deleted
8103: -- Pre-reqs : None

Line 8198: l_debug_info := 'Delete from inl_allocations';

8194: p_var_value => sql%rowcount
8195: );
8196:
8197: -- Table
8198: l_debug_info := 'Delete from inl_allocations';
8199: INL_LOGGING_PVT.Log_Statement(
8200: p_module_name => g_module_name,
8201: p_procedure_name => l_program_name,
8202: p_debug_info => l_debug_info) ;

Line 8204: DELETE FROM inl_allocations

8200: p_module_name => g_module_name,
8201: p_procedure_name => l_program_name,
8202: p_debug_info => l_debug_info) ;
8203:
8204: DELETE FROM inl_allocations
8205: WHERE ship_header_id = p_ship_header_id;
8206:
8207: INL_LOGGING_PVT.Log_Variable(
8208: p_module_name => g_module_name,